/* ================================
   THEME VARIABLES MAPPING - NGO COLOR SCHEME
=============================== */
:root {
  --thm-primary: #2e7d32;
  --thm-primary-hover: #1b5e20;
  --thm-secondary: #f57c00;
  --thm-light: #fffde7;
  --thm-dark: #424242;
  --thm-gray: #757575;
  --thm-accent: #d32f2f;
  --thm-blue: #283593;
  --thm-grey: #f5f5f5;
  --thm-white: #ffffff;
}

/* ================================
   HEADER STYLES
=============================== */
.main-menu-three__top {
  background: linear-gradient(135deg, #667eea, #764ba2) !important;
}

.main-menu-three__top-inner {
  background: transparent !important;
}

.main-menu__wrapper {
  background: #1a1a2e !important;
}

/* ================================
   NAVBAR TEXT - WHITE
============================== */
.main-menu__list > li > a,
.main-menu__list > li.dropdown > a {
  color: #ffffff !important;
}

.main-menu__list > li.current > a,
.main-menu__list > li:hover > a {
  color: #ffd54f !important;
}

.main-menu__list > li > a::before {
  background-color: #ffd54f !important;
}

/* .main-menu-three__top-inner {
  background: #424242 !important;
} */

.main-menu__wrapper {
  background: #424242 !important;
}

/* ================================
   NAVBAR TEXT - WHITE
=============================== */
.main-menu__list > li > a,
.main-menu__list > li.dropdown > a {
  color: #ffffff !important;
}

.main-menu__list > li.current > a,
.main-menu__list > li:hover > a {
  color: #f57c00 !important;
}

.main-menu__list > li > a::before {
  background-color: #f57c00 !important;
}

/* Dropdown menu styles */
.main-menu__list > li > ul > li > a {
  color: #424242 !important;
}

.main-menu__list > li > ul > li:hover > a {
  color: #7c4dff !important;
}

/* ================================
   BUTTON STYLES - FIXED HOVER
=============================== */
.thm-btn {
  background-color: #2e7d32 !important;
  border-color: #2e7d32 !important;
  color: #ffffff !important;
}

.thm-btn:hover {
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
  color: #ffffff !important;
}

.thm-btn::before {
  background-color: #1b5e20 !important;
}

.thm-btn .thm-btn-text {
  color: #ffffff !important;
  position: relative;
  z-index: 2;
}

.thm-btn-icon-box {
  background-color: #ffffff !important;
  color: #2e7d32 !important;
}

.thm-btn:hover .thm-btn-icon-box {
  background-color: #ffffff !important;
  color: #1b5e20 !important;
}

/* ================================
   LINKS - BLUE COLOR
============================== */
a {
  color: #283593;
}

a:hover {
  color: #1b5e20;
}

/* Breadcrumb links - white on dark background */
.thm-breadcrumb li a,
.thm-breadcrumb li a:hover {
  color: #ffffff !important;
}

.thm-breadcrumb li:hover a {
  color: #f57c00 !important;
}

/* Sidebar widget links (Gmail area) */
.xs-sidebar-widget a,
.sidebar-widget a,
.sidebar-contact-info a {
  color: #ffffff !important;
}

.xs-sidebar-widget a:hover,
.sidebar-widget a:hover,
.sidebar-contact-info a:hover {
  color: #f57c00 !important;
}

/* Topbar links */
.main-menu-three__top a,
.main-menu__contact-list a {
  color: #ffffff !important;
}

.main-menu-three__top a:hover,
.main-menu__contact-list a:hover {
  color: #f57c00 !important;
}

a:hover {
  color: #1b5e20;
}

/* ================================
   HIGHLIGHTS - ORANGE
=============================== */
.section-title__tagline,
.section-title__title span,
.highlight-item h4 i,
.causes-two__date,
.testimonial-two__ratting,
.why-exist-card-icon,
.impact-stat-icon,
.values-card-new-icon {
  color: #f57c00 !important;
}

.highlight-item {
  border-left-color: #f57c00 !important;
}

/* ================================
   BACKGROUND COLORS
=============================== */
body {
  background-color: #fffde7;
}

.causes-two__content,
.services-two__content,
.blog-one__content,
.about-two,
.why-we-exist-section,
.impact-glance-new,
.core-values-new {
  background-color: #ffffff;
}

.services-two,
.causes-two,
.team-two {
  background-color: #fffde7;
}

/* ================================
   FOOTER STYLES
=============================== */
.site-footer-two__top {
  background: #424242 !important;
}

.site-footer-two__bottom {
  background: #424242 !important;
}

.footer-widget-two__title,
.footer-widget-two__about-text,
.footer-widget-two__services-list li a,
.footer-widget-two__contact-list li,
.footer-widget-two__contact-list li a {
  color: #ffffff !important;
}

.footer-widget-two__services-list li a:hover {
  color: #f57c00 !important;
}

.site-footer-two__copyright-text {
  color: #ffffff !important;
}

.site-footer-two__copyright-text a {
  color: #f57c00 !important;
}

/* ================================
   CARD STYLES
=============================== */
.values-card-new,
.impact-stat-card,
.why-exist-card,
.problem-box {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}

.values-card-new:hover,
.impact-stat-card:hover,
.why-exist-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* ================================
   NAVBAR - DESKTOP (1025px+)
=============================== */
.main-menu-three {
  background: #424242 !important;
  position: relative !important;
  z-index: 999 !important;
}

.main-menu-three__wrapper {
  background: #424242 !important;
}

.main-menu-three__wrapper-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 0 30px !important;
  min-height: 70px !important;
}

/* Logo */
.main-menu-three__left {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

.main-menu-three__logo {
  display: flex !important;
  align-items: center !important;
}

.main-menu-three__logo a {
  display: flex !important;
  align-items: center !important;
}

.main-menu-three__logo a img {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

/* Navigation Menu */
.main-menu-three__main-menu-box {
  flex: 1 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.main-menu-three__main-menu-box > .mobile-nav__toggler {
  display: none !important;
}

.main-menu-three__main-menu-box .main-menu__list {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.main-menu .main-menu__list > li {
  flex: 0 0 auto !important;
}

.main-menu .main-menu__list > li > a {
  display: block !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  /* padding: 25px 10px !important; */
  white-space: nowrap !important;
  color: #ffffff !important;
  text-transform: capitalize !important;
  letter-spacing: 0.3px !important;
  transition: color 0.3s ease !important;
}

.main-menu .main-menu__list > li > a:hover {
  color: #f57c00 !important;
}

/* Dropdown styles - Desktop only */
.main-menu__list li.dropdown {
  position: relative !important;
}

.main-menu__list li.dropdown > ul {
  display: block !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: #ffffff !important;
  min-width: 220px !important;
  padding: 10px 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(10px) !important;
  transition: all 0.3s ease !important;
  z-index: 99999 !important;
}

.main-menu__list li.dropdown:hover > ul {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.main-menu__list li.dropdown > ul li a {
  color: #424242 !important;
  font-size: 13px !important;
  padding: 10px 20px !important;
  display: block !important;
}

.main-menu__list li.dropdown > ul li a:hover {
  background: #fffde7 !important;
  color: #2e7d32 !important;
}

/* Remove dropdown arrow icon */
.main-menu__list li.dropdown > a::after {
  display: none !important;
}

/* Donate Button */
.main-menu-three__right {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
}

.main-menu-three__btn-box {
  display: flex !important;
  align-items: center !important;
}

.main-menu-three__btn-box .thm-btn {
  padding: 10px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  background: #2e7d32 !important;
  border: 2px solid #2e7d32 !important;
  border-radius: 30px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  transition: all 0.3s ease !important;
}

.main-menu-three__btn-box .thm-btn:hover {
  background: #1b5e20 !important;
  border-color: #1b5e20 !important;
}

.main-menu-three__btn-box .thm-btn-text {
  display: inline !important;
  color: #ffffff !important;
}

.main-menu-three__btn-box .thm-btn-icon-box {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  background: transparent !important;
  color: #ffffff !important;
  font-size: 12px !important;
}

/* ================================
   MOBILE NAVBAR - RESPONSIVE
=============================== */
.stricky-header,
.stricky-header.stricky-fixed {
  display: none !important;
  visibility: hidden !important;
}

/* ================================
   ABOUT PAGE - SINGLE NAVBAR WITH LOGO OUTSIDE
=============================== */
.about-html .main-header-three {
  position: relative !important;
  z-index: 999 !important;
}

.about-html .main-menu-three {
  position: relative !important;
  z-index: 999 !important;
}

.about-html .main-menu-three__wrapper-inner {
  background: #424242 !important;
  padding: 0 30px !important;
  min-height: 70px !important;
}

/* Desktop only - logo outside navbar */
@media (min-width: 1025px) {
  .about-html .main-menu-three__left {
    position: absolute !important;
    top: 55px !important;
    left: 30px !important;
    z-index: 1001 !important;
  }

  .about-html .main-menu-three__logo a img {
    width: 120px !important;
    height: 120px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #fffde7 !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  }
}

/* Tablet - logo smaller and in line */
@media (max-width: 1024px) and (min-width: 769px) {
  .about-html .main-menu-three__left {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: auto !important;
  }

  .about-html .main-menu-three__logo a img {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }
}

/* Mobile - logo smaller and in line */
@media (max-width: 768px) {
  .about-html .main-menu-three__left {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    z-index: auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .about-html .main-menu-three__logo a img {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
  }
}

/* Dropdown parent items - not clickable */
.about-html .main-menu__list li.dropdown > a {
  cursor: default !important;
}

/* Increase z-index for dropdown menus */
.about-html .main-menu__list li.dropdown > ul {
  z-index: 9999 !important;
}

/* Page content starts below header */
.about-html .page-wrapper {
  position: relative;
  z-index: 1;
}

.about-html .main-menu-three {
  position: relative !important;
  z-index: 999 !important;
}

/* Sticky header - initially hidden */
.about-html .stricky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  background: #424242 !important;
  display: none !important;
}

.about-html .stricky-header.stricky-fixed {
  display: block !important;
}

/* Hide main header when sticky header is visible */
.about-html .main-header-three.hide-me {
  display: none !important;
}

.about-html .stricky-header .sticky-header__content {
  background: #424242 !important;
}

.about-html .stricky-header .main-menu-three__wrapper {
  background: #424242 !important;
  padding: 0 30px !important;
  max-width: 100% !important;
}

.about-html .stricky-header .main-menu-three__wrapper-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 0 !important;
  min-height: 70px !important;
}

.about-html .stricky-header .main-menu-three__logo a img {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.about-html .stricky-header .main-menu-three__main-menu-box .main-menu__list {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.about-html .stricky-header .main-menu .main-menu__list > li > a {
  font-size: 13px !important;
  padding: 25px 10px !important;
  color: #ffffff !important;
}

.about-html .stricky-header .main-menu .main-menu__list > li > a:hover {
  color: #f57c00 !important;
}

/* Dropdown parent items - not clickable */
.about-html .stricky-header .main-menu__list li.dropdown > a {
  cursor: default !important;
}

/* Increase z-index for dropdown menus */
.about-html .main-menu__list li.dropdown > ul,
.about-html .stricky-header .main-menu__list li.dropdown > ul {
  z-index: 10000 !important;
}

/* Page content starts below header */
.about-html .page-wrapper {
  position: relative;
  z-index: 1;
}

.about-html .stricky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  background: #424242 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.about-html .stricky-header .sticky-header__content {
  background: #424242 !important;
}

.about-html .stricky-header .main-menu-three__wrapper {
  background: #424242 !important;
  padding: 0 30px !important;
  max-width: 100% !important;
}

.about-html .stricky-header .main-menu-three__wrapper-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 0 !important;
  min-height: 70px !important;
}

.about-html .stricky-header .main-menu-three__logo a img {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.about-html .stricky-header .main-menu-three__main-menu-box .main-menu__list {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.about-html .stricky-header .main-menu .main-menu__list > li > a {
  font-size: 13px !important;
  padding: 25px 10px !important;
  color: #ffffff !important;
}

.about-html .stricky-header .main-menu .main-menu__list > li > a:hover {
  color: #f57c00 !important;
}

/* Dropdown parent items - not clickable */
.about-html .stricky-header .main-menu__list li.dropdown > a {
  cursor: default !important;
}

/* Make main header visible but sticky header shows on scroll */
.about-html .main-menu-three {
  position: relative !important;
  z-index: 999 !important;
  display: block !important;
  visibility: visible !important;
}

.about-html .main-header-three {
  position: relative !important;
  z-index: 999 !important;
  display: block !important;
  visibility: visible !important;
}

.about-html .stricky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  background: #424242 !important;
  transform: translateY(0) !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Increase z-index for dropdown menus */
.about-html .main-menu__list li.dropdown > ul,
.about-html .stricky-header .main-menu__list li.dropdown > ul {
  z-index: 10000 !important;
}

/* Page content starts below header */
.about-html .page-wrapper {
  position: relative;
  z-index: 1;
}

/* ================================
   MOBILE NAVBAR - RESPONSIVE
============================== */
@media (max-width: 1024px) {
  .main-menu-three__wrapper-inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 8px 15px !important;
    gap: 10px;
    min-height: 60px;
  }

  .main-menu-three__left {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
  }

  .main-menu-three__logo a img {
    width: 50px !important;
    height: 50px !important;
  }

  .main-menu-three__right {
    flex: 0 0 auto !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  .main-menu-three__btn-box .thm-btn {
    padding: 10px 14px !important;
    font-size: 12px !important;
    white-space: nowrap !important;
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }

  .main-menu-three__btn-box .thm-btn-text {
    display: inline !important;
  }

  .main-menu-three__btn-box .thm-btn-icon-box {
    display: inline-flex !important;
    font-size: 12px !important;
    width: auto !important;
    height: auto !important;
    background: transparent !important;
    color: #ffffff !important;
  }

  .main-menu-three__main-menu-box {
    flex: 0 0 auto !important;
  }

  .main-menu-three__main-menu-box > .mobile-nav__toggler {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #2e7d32 !important;
    color: #ffffff !important;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
  }

  .main-menu-three__main-menu-box > .mobile-nav__toggler i {
    color: #ffffff !important;
  }

  .main-menu-three__main-menu-box .main-menu__list {
    display: none !important;
  }

  /* Hide desktop navbar dropdowns on mobile - let mobile sidebar handle them */
  .main-menu-three__main-menu-box .main-menu__list li.dropdown > ul {
    display: none !important;
  }

  .main-menu-three__main-menu-box .main-menu__list li.dropdown > a::after {
    display: none !important;
  }
}

/* Mobile Menu - Sidebar */
@media (max-width: 1024px) {
  /* Overlay */
  .mobile-nav__wrapper {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 99999 !important;
    visibility: hidden !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
  }

  .mobile-nav__wrapper.expanded {
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* Sidebar Content */
  .mobile-nav__content {
    position: fixed !important;
    top: 0 !important;
    right: -100% !important;
    width: 300px !important;
    max-width: 85% !important;
    height: 100% !important;
    background: #ffffff !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    transition: right 0.3s ease !important;
    z-index: 100000 !important;
    padding: 0 !important;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2) !important;
  }

  .mobile-nav__wrapper.expanded .mobile-nav__content {
    right: 0 !important;
  }

  /* Logo Section */
  .mobile-nav__content .logo-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 20px !important;
    background: #424242 !important;
  }

  .mobile-nav__content .logo-box img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    border: 3px solid #fffde7 !important;
  }

  /* Close Button */
  .mobile-nav__close {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    width: 35px !important;
    height: 35px !important;
    background: #2e7d32 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    cursor: pointer !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
  }

  .mobile-nav__overlay {
    display: none !important;
  }

  /* Navigation Menu */
  .mobile-nav__container {
    padding: 0 !important;
  }

  .mobile-nav__container .main-menu__list {
    display: flex !important;
    flex-direction: column !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .mobile-nav__container .main-menu__list > li {
    border-bottom: 1px solid #e0e0e0 !important;
  }

  .mobile-nav__container .main-menu__list > li > a {
    display: flex !important;
    align-items: center !important;
    color: #424242 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 14px 20px !important;
    text-transform: capitalize !important;
    text-decoration: none !important;
  }

  /* Mobile sidebar dropdown styles */
  .mobile-nav__container .main-menu__list li.dropdown > a {
    justify-content: space-between !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > a button {
    background: none !important;
    border: none !important;
    color: #424242 !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > a button.expanded {
    transform: rotate(180deg) !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > ul {
    display: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: #f8f9fa !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > ul.expanded {
    display: block !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > ul li {
    border-bottom: 1px solid #e0e0e0 !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > ul li a {
    padding: 12px 35px !important;
    font-size: 13px !important;
    color: #424242 !important;
    display: block !important;
  }

  .mobile-nav__container .main-menu__list li.dropdown > ul li a:hover {
    background: #fffde7 !important;
    color: #2e7d32 !important;
  }

  /* Mobile Donate Button */
  .mobile-donate-btn {
    padding: 15px 20px !important;
    border-bottom: 1px solid #e0e0e0 !important;
  }

  .mobile-donate-btn .main-menu-three__btn-box {
    display: block !important;
  }

  .mobile-donate-btn .thm-btn {
    width: 100% !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    font-size: 14px !important;
    background: #2e7d32 !important;
    border: 2px solid #2e7d32 !important;
    border-radius: 30px !important;
    color: #ffffff !important;
    text-align: center !important;
  }

  .mobile-donate-btn .thm-btn:hover {
    background: #1b5e20 !important;
    border-color: #1b5e20 !important;
  }

  .mobile-donate-btn .thm-btn-text {
    display: inline !important;
  }

  .mobile-donate-btn .thm-btn-icon-box {
    display: inline-flex !important;
  }

  /* Contact Info Section */
  .mobile-nav__contact {
    padding: 20px !important;
    background: #fffde7 !important;
    border-top: 2px solid #2e7d32 !important;
  }

  .mobile-nav__contact li {
    color: #424242 !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .mobile-nav__contact li i {
    color: #2e7d32 !important;
    font-size: 16px !important;
    width: 25px !important;
    height: 25px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: rgba(46, 125, 50, 0.1) !important;
    border-radius: 50% !important;
  }

  .mobile-nav__contact li a {
    color: #424242 !important;
    text-decoration: none !important;
  }

  /* Social Links Section */
  .mobile-nav__top {
    padding: 20px !important;
    background: #fffde7 !important;
    border-top: 1px solid #e0e0e0 !important;
  }

  .mobile-nav__social {
    display: flex !important;
    gap: 12px !important;
    justify-content: center !important;
  }

  .mobile-nav__social a {
    width: 40px !important;
    height: 40px !important;
    background: #2e7d32 !important;
    color: #ffffff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
  }

  .mobile-nav__social a:hover {
    background: #1b5e20 !important;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .mobile-nav__content {
    width: 280px !important;
  }

  .mobile-nav__content .logo-box img {
    width: 60px !important;
    height: 60px !important;
  }

  .mobile-nav__container .main-menu__list > li > a {
    font-size: 13px !important;
    padding: 12px 15px !important;
  }
}

/* Extra Small Screens */
@media (max-width: 480px) {
  .main-menu-three__logo a img {
    width: 45px !important;
    height: 45px !important;
  }

  .main-menu-three__btn-box .thm-btn {
    padding: 8px 12px !important;
  }

  .main-menu-three__btn-box .thm-btn-text {
    display: inline !important;
  }

  .main-menu-three__btn-box .thm-btn-icon-box {
    display: inline-flex !important;
    font-size: 14px !important;
  }

  .main-menu-three__main-menu-box > .mobile-nav__toggler {
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
  }
}

/* ================================
   RESPONSIVE ADJUSTMENTS
=============================== */
@media (max-width: 768px) {
  .section-title__title {
    font-size: 28px !important;
  }

  .thm-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

/* ================================
   FOOTER LOGO STYLES
=============================== */
.footer-widget-two__about-logo img,
.site-footer-two__content-img img,
.site-footer__logo img {
  width: auto !important;
  height: auto !important;
  max-width: 180px !important;
  max-height: 80px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}

/* Sidebar Widget Logo */
.xs-sidebar-group .logo img,
.xs-sidebar-group .content-inner .logo img {
  width: 100px !important;
  height: 100px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.thm-btn {
  padding: 10px 20px !important;
  font-size: 14px !important;
}

/* ================================
   LOGO STYLING - BETTER & RESPONSIVE
============================== */
.logo img,
.main-menu-three__logo img,
.footer-widget-two__about-logo img,
.site-footer-two__content-img img,
.mobile-nav__content .logo-box img,
.logo-box img {
  width: auto !important;
  height: auto !important;
  max-width: 220px !important;
  max-height: 80px !important;
  object-fit: contain !important;
  border-radius: 50% !important;
}

/* Navbar Logo - Desktop */
.main-menu-three__logo a img {
  max-width: 200px !important;
  /* max-height: 100px !important; */
  width: auto !important;
  height: auto !important;
}

/* Mobile Nav Logo */
.mobile-nav__content .logo-box img {
  max-width: 160px !important;
  max-height: 60px !important;
}

/* Footer Logo */
.footer-widget-two__about-logo img,
.site-footer-two__content-img img {
  max-width: 180px !important;
  max-height: 70px !important;
}

/* Sidebar Widget Logo */
.xs-sidebar-group .content-inner .logo img {
  max-width: 160px !important;
  max-height: 60px !important;
}

/* Section spacing */
.projects-page {
  padding: 70px 0;
}

.custom-img {
  width: 180px;
  /* Desktop default */
  height: 180px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  /* Center image */
}

/* Tablets */
@media (max-width: 1024px) {
  .custom-img {
    width: 120px;
    height: 120px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .custom-img {
    width: 120px;
    height: 120px;
  }
}

/* Single project box */
.projects-page__single {
  margin-bottom: 24px;
}

/* Image wrapper */
.projects-page__img {
  position: relative;
  width: 100%;
  height: 260px;
  /* 🔥 same height for all images */
  overflow: hidden;
  border-radius: 10px;
}

/* Image fit */
.projects-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* image crop but perfect fit */
  transition: transform 0.4s ease;
}

/* Hover zoom effect */
.projects-page__single:hover .projects-page__img img {
  transform: scale(1.08);
}

/* Plus icon center */
.projects-page__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s ease;
}

/* Icon visible on hover */
.projects-page__single:hover .projects-page__icon {
  opacity: 1;
}

/* Icon style */
.projects-page__icon a {
  width: 50px;
  height: 50px;
  background: #6fa843;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .projects-page__img {
    height: 200px;
  }
}

.project-detail__img img,
.project-detail__gallery img {
  width: 100%;
  border-radius: 8px;
}

.project-detail__content {
  margin-top: 30px;
}

.project-detail__list li {
  margin-bottom: 8px;
}

.project-detail__sidebar {
  background: #f9fbf7;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.project-detail__info li {
  margin-bottom: 12px;
}

.project-detail__progress {
  margin-top: 25px;
}

.progress {
  height: 10px;
  background: #e6eae3;
  border-radius: 10px;
}

.progress-bar {
  background: #6fa843;
  font-size: 12px;
  line-height: 10px;
}

/* 🎬 Video Grid */
.video-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  justify-items: center;
  align-items: center;
  max-width: 1700px;
  margin: 0 auto;
  width: 95%;
}

/* 🎥 Video Card */
.video-item {
  position: relative;
  width: 100%;
  padding: 14px;
  border-radius: 22px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  transition: all 0.4s ease;
}

/* ✨ Glow Border Effect */
.video-item::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 24px;
  background: linear-gradient(
    120deg,
    rgba(11, 230, 15, 0.6),
    rgba(255, 174, 0, 0.5),
    rgba(11, 230, 15, 0.6)
  );
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* 🚀 Hover Effects */
.video-item:hover {
  transform: translateY(-10px) scale(1.02);
}

.video-item:hover::before {
  opacity: 1;
}

/* 📺 Iframe */
.video-item iframe {
  width: 100%;
  height: 380px;
  border-radius: 16px;
  border: none;
  display: block;
  background: #000;
}

/* 📱 Responsive */
@media (max-width: 992px) {
  .video-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    max-width: 92%;
  }

  .video-item iframe {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .cleaning-section {
    padding: 60px 0;
  }

  .video-item {
    padding: 10px;
    border-radius: 18px;
  }

  .video-item iframe {
    height: 240px;
    border-radius: 14px;
  }
}

.cleaning-section {
  padding: 80px 0;

  overflow: hidden;
}

.causes-two__img img {
  height: 320px;
  /* aap 300–380px bhi kar sakte ho */
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .causes-two__img img {
    height: 260px;
  }
}

.blog-details__img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}

.services-two__shape-1 {
  position: absolute;
  top: -30px;
  /* value badha–ghata sakte ho */
}

@media (max-width: 768px) {
  .services-two__shape-1 {
    top: -15px;
  }
}

/* ===============================
   HOME INTRO – THEME MATCH
================================ */

.home-intro {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.home-intro p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

/* Buttons – exact theme feel */
.thm-btn--outline {
  background: transparent;
  border: 2px solid var(--thm-primary);
  color: var(--thm-primary);
  transition: all 0.4s ease;
}

.thm-btn--outline:hover {
  background: var(--thm-primary);
  color: #fff;
}

/* ===============================
   WHY WE EXIST
================================ */

.why-we-exist {
  position: relative;
}

.why-we-exist h3 {
  font-weight: 700;
  margin-bottom: 15px;
}

.why-we-exist img {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* ===============================
   CORE COMMITMENT ICON BOX
================================ */

.core-commitment i {
  color: var(--thm-primary);
}

.core-commitment .col-md-3 {
  transition: all 0.4s ease;
}

.core-commitment .col-md-3:hover {
  transform: translateY(-10px);
}

/* ===============================
   FEATURED INITIATIVES CARDS
================================ */

.service-box {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
}

.service-box:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.service-box h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

/* ===============================
   CTA SECTION
================================ */

.cta {
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-base));
  color: #fff;
}

.cta h2,
.cta p {
  color: #fff;
}

.cta .thm-btn {
  background: #fff;
  color: var(--thm-primary);
}

.cta .thm-btn:hover {
  background: var(--thm-secondary);
  color: #fff;
}

.custom-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 20px;
}

.tab-btn {
  font-size: 18px !important;
}

/* ================================
   BANNER SUBTITLE & BUTTON STYLES
================================ */

.banner-subtitle-text {
  font-size: 20px;
  line-height: 1.8;
  color: #ffffff;
  margin-bottom: 35px;
  margin-top: 45px;
  font-weight: 500;
  max-width: 600px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1.2s ease-out 0.4s both;
  border-left: 3px solid rgba(139, 195, 74, 0.5);
  padding-left: 20px;
}

.banner-one__content {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .banner-subtitle-text {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .banner-one__title {
    font-size: 36px;
    line-height: 1.3;
    margin-top: 20px;
  }
}

/* Multiple buttons in banner */
.banner-one__btn-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 40px;
}

.banner-one__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.banner-one__btn .thm-btn {
  white-space: nowrap;
}

@media (min-width: 992px) {
  .banner-one__btn-box {
    gap: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .banner-one__btn-box {
    gap: 15px;
  }

  .banner-one__btn .thm-btn {
    font-size: 14px;
    padding: 12px 18px;
  }
}

@media (max-width: 768px) {
  .banner-one__btn-box {
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .banner-one__btn .thm-btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}

@media (max-width: 576px) {
  .banner-one__btn-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-bottom: 25px;
  }

  .banner-one__btn {
    width: 100%;
  }

  .banner-one__btn .thm-btn {
    width: 100%;
    text-align: center;
    padding: 14px 18px;
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .banner-one__btn .thm-btn {
    padding: 12px 16px;
    font-size: 13px;
  }

  .banner-one__btn .thm-btn-text {
    font-size: 13px;
  }
}

.thm-btn-white {
  background: #fff !important;
  color: var(--thm-primary) !important;
  border: 2px solid #fff;
}

.thm-btn-white:hover {
  background: var(--thm-primary) !important;
  color: #fff !important;
}

.thm-btn-outline {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid #fff;
}

.thm-btn-outline:hover {
  background: var(--thm-primary) !important;
  border-color: var(--thm-primary) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .banner-one__btn-box {
    gap: 15px;
    margin-top: 25px;
  }
}

/* ================================
   ABOUT TWO SECTION - ENHANCED DESIGN
   Updated: Improved styling and responsiveness
 ================================ */

.about-two {
  padding: 80px 0;
  background: #fff;
}

.about-two .row {
  align-items: center;
}

.about-two__left {
  padding-right: 30px;
}

.about-two__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

.about-two__highlights {
  margin-top: 30px;
}

.about-two__highlights .highlight-item {
  background: linear-gradient(135deg, #f8f9ff 0%, #fff 100%);
  padding: 20px 25px;
  border-radius: 12px;
  margin-bottom: 15px;
  border-left: 4px solid var(--thm-primary);
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.about-two__highlights .highlight-item:hover {
  background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
  transform: translateX(8px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.about-two__highlights .highlight-item h4 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-two__highlights .highlight-item h4 i {
  color: var(--thm-primary);
  font-size: 18px;
}

.about-two__highlights .highlight-item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.about-two__btn-and-client-box {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 25px;
}

/* Image Section */
.about-two__right {
  position: relative;
}

.about-two__img-box {
  position: relative;
}

.about-two__img {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-two__img img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.about-two__img:hover img {
  transform: scale(1.05);
}

.about-two__img-3 {
  position: absolute;
  right: -30px;
  bottom: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-two__img-3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-two__support {
  position: absolute;
  left: -20px;
  bottom: 80px;
  background: var(--thm-primary);
  color: #fff;
  padding: 20px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.about-two__support h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.about-two__support h3 span {
  color: #ffc107;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .about-two__left {
    padding-right: 20px;
  }

  .about-two__img img {
    height: 420px;
  }

  .about-two__img-3 {
    width: 150px;
    height: 150px;
    right: -20px;
    bottom: 30px;
  }

  .about-two__support {
    left: -10px;
    bottom: 60px;
    padding: 15px 25px;
  }
}

@media (max-width: 992px) {
  .about-two {
    padding: 60px 0;
  }

  .about-two__left {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .about-two__img img {
    height: 380px;
  }

  .about-two__img-3 {
    width: 130px;
    height: 130px;
    right: 15px;
    bottom: 20px;
  }

  .about-two__support {
    left: 15px;
    bottom: 40px;
    padding: 12px 20px;
  }

  .about-two__support h3 {
    font-size: 16px;
  }

  .about-two__btn-and-client-box {
    flex-direction: row;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .about-two {
    padding: 50px 0;
  }

  .about-two__highlights .highlight-item {
    padding: 18px 20px;
  }

  .about-two__highlights .highlight-item h4 {
    font-size: 15px;
  }

  .about-two__highlights .highlight-item p {
    font-size: 13px;
  }

  .about-two__img img {
    height: 320px;
  }

  .about-two__img-3 {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 15px;
    border-width: 3px;
  }

  .about-two__support {
    left: 10px;
    bottom: 25px;
    padding: 10px 15px;
  }

  .about-two__support h3 {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .about-two {
    padding: 40px 0;
  }

  .about-two__text {
    font-size: 15px;
  }

  .about-two__highlights .highlight-item {
    padding: 15px 18px;
    margin-bottom: 12px;
  }

  .about-two__highlights .highlight-item h4 {
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .about-two__highlights .highlight-item p {
    font-size: 12px;
  }

  .about-two__img img {
    height: 280px;
    border-radius: 15px;
  }

  .about-two__img-3 {
    width: 80px;
    height: 80px;
    right: 8px;
    bottom: 10px;
  }

  .about-two__support {
    display: none;
  }

  .about-two__btn-and-client-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

/* ================================
   ABOUT HIGHLIGHTS SECTION (OLD - Keeping for fallback)
 ================================ */

/* ================================
   SERVICES CAROUSEL ENHANCED
 ================================ */

.services-two__single {
  height: 100%;
}

.services-two__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.services-two__text {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .services-two__text {
    font-size: 14px;
  }
}

/* ================================
   COUNTER SECTION RESPONSIVE
================================ */

.counter-one__count {
  font-size: 48px;
}

.counter-one__text {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .counter-one__count {
    font-size: 36px;
  }

  .counter-one__text {
    font-size: 14px;
  }
}

/* ================================
   GENERAL RESPONSIVE IMPROVEMENTS
================================ */

.section-title__title {
  font-size: 40px;
}

@media (max-width: 768px) {
  .section-title__title {
    font-size: 28px;
  }
}

/* Improved spacing for mobile */
@media (max-width: 480px) {
  .banner-one__sub-title {
    font-size: 14px;
  }

  .banner-one__title {
    font-size: 28px;
    line-height: 1.3;
  }

  .banner-subtitle-text {
    font-size: 14px;
  }

  .about-two__highlights {
    margin-top: 20px;
  }
}

/* ================================
   WHY WE EXIST SECTION
================================ */

.why-we-exist-section {
  padding: 100px 0;
  background-color: #f9fbf7;
  /* Simple solid light background */
  position: relative;
  overflow: hidden;
}

.why-we-exist-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: rgba(250, 75, 28, 0.03);
  /* Simple solid transparency */
  border-radius: 50%;
  z-index: 0;
}

.why-we-exist-content {
  position: relative;
  z-index: 1;
}

.why-exist-text h3 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 25px;
  color: var(--thm-primary);
  line-height: 1.3;
  letter-spacing: -0.5px;
}

.why-exist-para {
  font-size: 16px;
  line-height: 1.9;
  color: #6b6f68;
  margin-bottom: 18px;
  font-weight: 500;
}

.why-exist-para strong {
  color: var(--thm-primary);
  font-weight: 700;
  background: linear-gradient(120deg, var(--thm-primary), var(--thm-secondary));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.why-exist-highlights-box {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 20px;
}

.problem-box {
  background: #ffffff;
  padding: 28px;
  border-radius: 14px;
  border-left: 5px solid var(--thm-primary);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.09);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.problem-box::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100px;
  background: var(--thm-primary);
  /* Simplified background */
  opacity: 0.05;
  border-radius: 50%;
  transform: translate(50%, -50%);
  transition: all 0.35s ease;
}

.problem-box:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 16px 40px rgba(250, 75, 28, 0.15);
  border-left-color: var(--thm-secondary);
}

.problem-box:hover::before {
  transform: translate(30%, -70%);
  opacity: 0.1;
}

.problem-icon {
  width: 56px;
  height: 56px;
  background: var(--thm-primary);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin-bottom: 16px;
  box-shadow: 0 8px 16px rgba(250, 75, 28, 0.2);
  transition: all 0.35s ease;
}

.problem-box:hover .problem-icon {
  transform: rotate(8px) scale(1.1);
  box-shadow: 0 12px 24px rgba(250, 75, 28, 0.3);
}

.problem-box h4 {
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--thm-dark);
  font-size: 18px;
  letter-spacing: -0.3px;
}

.problem-box p {
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.solution-statement {
  background: var(--thm-primary);
  color: #fff;
  padding: 50px 45px;
  border-radius: 18px;
  margin-top: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
  animation: slideInUp 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.solution-statement::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 2px,
    rgba(255, 255, 255, 0.05) 2px,
    rgba(255, 255, 255, 0.05) 4px
  );
  animation: moveStripes 20s linear infinite;
}

.solution-statement h3 {
  font-size: 26px;
  margin-bottom: 16px;
  font-weight: 800;
  position: relative;
  z-index: 1;
  letter-spacing: -0.5px;
}

.solution-statement p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  position: relative;
  z-index: 1;
  font-weight: 500;
  letter-spacing: 0.3px;
}

@keyframes moveStripes {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 50px);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .why-we-exist-section {
    padding: 60px 0;
  }

  .why-exist-text h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }

  .why-exist-para {
    font-size: 15px;
    margin-bottom: 14px;
  }

  .problem-box {
    padding: 20px;
    border-left-width: 4px;
  }

  .solution-statement {
    padding: 35px 25px;
    margin-top: 40px;
  }

  .solution-statement h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .solution-statement p {
    font-size: 15px;
  }
}

/* ================================
   MISSION & VISION SECTION
================================ */

.mission-vision-section {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  position: relative;
  overflow: hidden;
}

.mission-vision-section::after {
  content: "";
  position: absolute;
  bottom: -50%;
  left: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(38, 204, 140, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.mission-vision-box {
  background: linear-gradient(135deg, #ffffff 0%, rgba(250, 75, 28, 0.02) 100%);
  padding: 45px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.8);
  overflow: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.mission-box {
  border-top: 5px solid var(--thm-primary);
}

.vision-box {
  border-top: 5px solid var(--thm-secondary);
}

.mission-vision-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 150%;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(250, 75, 28, 0.08),
    transparent 70%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.mission-vision-box:hover {
  transform: translateY(-12px) scale(1.01);
}

.mission-vision-box:hover::before {
  opacity: 1;
}

.mission-vision-icon {
  width: 85px;
  height: 85px;
  background: var(--thm-primary);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 40px;
  margin: 0 auto 24px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.mission-vision-box:hover .mission-vision-icon {
  transform: scale(1.15) rotate(-5deg);
}

.mission-vision-box h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 18px;
  color: var(--thm-primary);
  letter-spacing: -0.4px;
  position: relative;
  z-index: 2;
}

.mission-vision-box p {
  font-size: 15px;
  line-height: 1.85;
  color: #6b6f68;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  position: relative;
  z-index: 2;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .mission-vision-section {
    padding: 60px 0;
  }

  .mission-vision-box {
    padding: 30px;
    margin-bottom: 25px;
    min-height: auto;
  }

  .mission-vision-icon {
    width: 70px;
    height: 70px;
    font-size: 32px;
    margin-bottom: 18px;
  }

  .mission-vision-box h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  .mission-vision-box p {
    font-size: 14px;
  }
}

/* ================================
   IMPACT AT GLANCE SECTION
================================ */

.impact-glance-section {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    rgba(250, 75, 28, 0.03) 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  position: relative;
  overflow: hidden;
}

.impact-card {
  background: #ffffff;
  padding: 35px 28px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(250, 75, 28, 0.1);
}

.impact-card::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  opacity: 0;
  transition: top 0.4s ease;
  z-index: 0;
}

.impact-card:hover {
  transform: translateY(-14px) scale(1.02);
}

.impact-card:hover::before {
  top: 0;
  opacity: 0.08;
}

.impact-card__icon {
  width: 68px;
  height: 68px;
  background: var(--thm-primary);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto 20px;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
}

.impact-card:hover .impact-card__icon {
  transform: scale(1.2) rotate(8deg);
}

.impact-card h4 {
  font-size: 19px;
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--thm-dark);
  position: relative;
  z-index: 1;
  letter-spacing: -0.3px;
}

.impact-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #777;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  position: relative;
  z-index: 1;
  letter-spacing: 0.1px;
}

@media (max-width: 768px) {
  .impact-glance-section {
    padding: 60px 0;
  }

  .impact-card {
    padding: 25px 20px;
    margin-bottom: 18px;
  }

  .impact-card__icon {
    width: 58px;
    height: 58px;
    font-size: 26px;
    margin-bottom: 15px;
  }

  .impact-card h4 {
    font-size: 17px;
  }

  .impact-card p {
    font-size: 13px;
  }
}

/* ================================
   CORE VALUES SECTION
================================ */

.core-values-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #ffffff 0%, rgba(250, 75, 28, 0.01) 100%);
  position: relative;
  overflow: hidden;
}

.core-values-section::before {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(38, 204, 140, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.values-card {
  background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(38, 204, 140, 0.02) 100%
  );
  padding: 40px 32px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(38, 204, 140, 0.15);
}

.values-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--thm-primary), var(--thm-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 2;
}

.values-card:hover {
  transform: translateY(-16px) scale(1.01);
}

.values-card:hover::after {
  transform: scaleX(1);
}

.values-icon {
  width: 80px;
  height: 80px;
  background: var(--thm-primary);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  margin: 0 auto 24px;
  transition: all 0.4s ease;
}

.values-card:hover .values-icon {
  transform: scale(1.18) rotate(-8deg);
}

.values-card h4 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 14px;
  color: var(--thm-dark);
  letter-spacing: -0.4px;
}

.values-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #777;
  margin: 0;
  flex-grow: 1;
  font-weight: 500;
  letter-spacing: 0.2px;
}

@media (max-width: 768px) {
  .core-values-section {
    padding: 60px 0;
  }

  .values-card {
    padding: 28px 22px;
    margin-bottom: 20px;
  }

  .values-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
    margin-bottom: 18px;
  }

  .values-card h4 {
    font-size: 19px;
  }

  .values-card p {
    font-size: 13px;
  }
}

/* ================================
   GET STARTED CTA SECTION
================================ */

.get-started-cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.cta-content {
  position: relative;
  background: linear-gradient(
    135deg,
    var(--thm-primary) 0%,
    var(--thm-secondary) 100%
  );
  border-radius: 24px;
  margin: 0 20px;
  padding: 80px 50px;
  overflow: hidden;
  transform: perspective(800px) rotateX(0deg);
  transition: all 0.4s ease;
}

.cta-content:hover {
  transform: perspective(800px) translateY(-4px);
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="grid" width="80" height="80" patternUnits="userSpaceOnUse"><rect width="80" height="80" fill="none" stroke="rgba(255,255,255,0.08)" stroke-width="2"/></pattern></defs><rect width="1200" height="600" fill="url(%23grid)"/></svg>');
  border-radius: 24px;
  z-index: 0;
  animation: moveGrid 20s linear infinite;
}

@keyframes moveGrid {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(80px, 80px);
  }
}

.cta-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.cta-title {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
  line-height: 1.25;
  letter-spacing: -1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.cta-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.96);
  margin-bottom: 48px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.cta-subtitle strong {
  color: #fff;
  font-weight: 800;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.thm-btn-lg {
  padding: 18px 45px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  letter-spacing: 0.3px;
  position: relative;
  overflow: hidden;
}

.thm-btn-lg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.4s ease;
  z-index: -1;
}

.thm-btn-lg:hover {
  transform: translateY(-4px);
}

.thm-btn-lg:hover::before {
  left: 100%;
}

@media (max-width: 1024px) {
  .get-started-cta {
    padding: 80px 0;
  }

  .cta-content {
    padding: 60px 40px;
    margin: 15px;
  }

  .cta-title {
    font-size: 40px;
  }

  .cta-subtitle {
    font-size: 16px;
    margin-bottom: 36px;
  }

  .cta-buttons {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .get-started-cta {
    padding: 50px 0;
  }

  .cta-content {
    padding: 40px 25px;
    margin: 10px;
    border-radius: 18px;
  }

  .cta-content:hover {
    transform: perspective(800px) translateY(-2px);
  }

  .cta-overlay {
    border-radius: 18px;
  }

  .cta-title {
    font-size: 32px;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
  }

  .cta-subtitle {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.7;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .thm-btn-lg {
    width: 100%;
    padding: 16px 30px;
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .cta-subtitle {
    font-size: 14px;
    margin-bottom: 24px;
  }

  .thm-btn-lg {
    padding: 14px 24px;
    font-size: 14px;
  }
}

/* ================================
   BLOG SECTION - HOME PAGE IMAGES
   (Override default blog.css styles)
================================ */
.blog-two {
  padding: 80px 0 60px;
}

.blog-two .row {
  display: flex;
  flex-wrap: wrap;
}

.blog-two__single {
  margin-bottom: 30px;
}

.blog-two__img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
}

.blog-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.blog-two__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.5s ease;
  -webkit-mask: none !important;
  mask: none !important;
  border-radius: 12px;
}

.blog-two__single:hover .blog-two__img img {
  transform: scale(1.08);
}

.blog-two__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(0, 0, 0, 0.3) 100%
  );
  z-index: 1;
  pointer-events: none;
  border-radius: 12px;
}

.blog-two__img-box .blog-two__date {
  position: absolute;
  top: 20px;
  left: 20px;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.blog-two__img-box .blog-two__date p {
  font-size: 14px;
  color: #333;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-two__img-box .blog-two__date p span {
  color: #6fa843;
}

.blog-two__content {
  background: #fff;
  padding: 25px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin-top: -10px;
}

.blog-two__meta {
  display: flex;
  gap: 20px;
  margin-bottom: 12px;
}

.blog-two__meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}

.blog-two__meta li span {
  color: #6fa843;
}

.blog-two__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
}

.blog-two__title a {
  color: #333;
  transition: color 0.3s ease;
}

.blog-two__title a:hover {
  color: #6fa843;
}

.blog-two__text {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog-two__read-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #6fa843;
  font-weight: 600;
  font-size: 14px;
  transition: gap 0.3s ease;
}

.blog-two__read-more a:hover {
  gap: 12px;
}

/* Blog Section Responsive */
@media (max-width: 992px) {
  .blog-two__img img {
    height: 240px;
  }

  .blog-two__content {
    padding: 20px;
  }

  .blog-two__title {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .blog-two__img img {
    height: 200px;
  }

  .blog-two__meta {
    gap: 15px;
    flex-wrap: wrap;
  }

  .blog-two__content {
    padding: 15px;
  }

  .blog-two__title {
    font-size: 16px;
  }

  .blog-two__text {
    font-size: 13px;
  }
}

/* ================================
   CONTACT SECTION - HOME PAGE
================================ */
.contact-one {
  position: relative;
  margin-top: 40px;
}

.contact-one__bg-color {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 95px;
  width: calc((100% - -145px) / 2);
  background-color: #6fa843;
  z-index: -1;
}

.contact-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

/* Floating WhatsApp & Call Buttons */
.floating-buttons {
  position: fixed;
  left: 20px;
  bottom: 60px;
  top: auto;
  transform: none;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.floating-btn {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.floating-btn.whatsapp {
  background: #25d366;
}

.floating-btn.call {
  background: #6fa843;
}

@media (max-width: 768px) {
  .floating-buttons {
    left: 10px;
    gap: 10px;
  }

  .floating-btn {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}

.contact-one__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(111, 168, 67, 0.9) 0%,
    rgba(80, 130, 40, 0.85) 100%
  );
}

.contact-one__wrap {
  position: relative;
  padding: 100px 0;
  background: #1a1a1a;
  overflow: hidden;
}

.contact-one__left {
  position: relative;
  z-index: 1;
}

.contact-one__left .section-title__tagline::before {
  background: #fff;
}

.contact-one__left .section-title__tagline span {
  color: #fff;
}

.contact-one__left .section-title__title {
  color: #fff;
  font-size: 42px;
}

.contact-one__text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
}

.contact-one__input-box input,
.contact-one__input-box textarea {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.contact-one__input-box input::placeholder,
.contact-one__input-box textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-one__input-box .nice-select {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.contact-one__input-box input:focus,
.contact-one__input-box textarea:focus,
.contact-one__input-box .nice-select:focus {
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
}

.contact-one__btn-box .thm-btn {
  background: #fff;
  color: #6fa843;
  border: none;
}

.contact-one__btn-box .thm-btn:hover {
  background: #5a8c32;
  color: #fff;
}

.contact-one__img-1 {
  position: absolute;
  bottom: 2px;
  right: 120px;
  z-index: 1;
}

.contact-one__img-1 img {
  width: auto;
  max-width: 380px;
  height: auto;
  max-height: 500px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.contact-one__call-box {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-top: 20px;
  margin-left: -150px;
  position: relative;
  z-index: 2;
  display: inline-block;
}

.contact-one__call-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.contact-one__call-list li {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-one__call-icon {
  width: 50px;
  height: 50px;
  background: #6fa843;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-one__call-icon span {
  color: #fff;
  font-size: 20px;
}

.contact-one__content p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.contact-one__content h4 {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.contact-one__content h4 a {
  color: #333;
}

.contact-one__content h4 a:hover {
  color: #6fa843;
}

@media (max-width: 992px) {
  .contact-one__left {
    margin-bottom: 50px;
  }

  .contact-one__img-1 {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 40px;
  }

  .contact-one__img-1 img {
    max-width: 100%;
    max-height: 400px;
    margin: 0 auto;
  }

  .contact-one__call-list {
    flex-direction: column;
    gap: 20px;
  }

  .contact-one__wrap {
    padding: 60px 0;
  }

  .contact-one__left .section-title__title {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .contact-one__left .section-title__title {
    font-size: 26px;
  }

  .contact-one__call-box {
    padding: 15px 20px;
    margin-left: 0;
    margin-top: 15px;
    width: 100%;
  }

  .contact-one__call-list {
    flex-direction: column;
    gap: 15px;
  }

  .contact-one__call-list li {
    gap: 12px;
  }

  .contact-one__call-icon {
    width: 40px;
    height: 40px;
  }

  .contact-one__call-icon span {
    font-size: 16px;
  }

  .contact-one__content h4 {
    font-size: 16px;
  }

  .contact-one__content p {
    font-size: 13px;
  }
}

/* ================================
   CONTACT PAGE - GREEN OVERLAY
================================ */
.contact-page__bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(111, 168, 67, 0.85) 0%,
    rgba(90, 140, 50, 0.9) 100%
  );
  z-index: 0;
}

/* Global image responsiveness */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Team member images - consistent circular/square sizing */
.team-two__img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.team-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.team-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}

/* Gallery/Causes images */
.causes-two__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.causes-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.causes-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 12px;
  overflow: hidden;
}

/* Services images - consistent sizing */
.services-two__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.services-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.services-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}

.services-two__img-box:hover {
  transform: translateY(-5px);
}

/* Process images */
.process-one__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6eae3;
}

.process-one__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Get Involved/Services Three images */
.services-three__img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
}

.services-three__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Testimonial images */
.testimonial-three__img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  flex-shrink: 0;
}

.testimonial-three__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Banner Vegas background */
.banner-one__content {
  position: relative;
  z-index: 1;
}

/* Our Commitment Section */
.our-commitment-img img {
  height: 450px;
  object-fit: cover;
}

.contact-one {
  margin-top: 40px;
}

@media (max-width: 992px) {
  .our-commitment-img img {
    height: 350px;
  }

  .contact-one {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .our-commitment-img img {
    height: 280px;
  }

  .contact-one {
    margin-top: 20px;
  }
}

/* ================================
   RESPONSIVE ADJUSTMENTS
================================ */

/* Large Desktop (1200px+) */
@media (min-width: 1200px) {
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 320px;
  }

  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 320px;
  }

  .services-two__img-box {
    aspect-ratio: 4/3;
    height: 280px;
  }
}

/* Tablet (768px - 1199px) */
@media (max-width: 1024px) {
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 280px;
  }

  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 280px;
  }

  .services-two__img-box {
    aspect-ratio: 4/3;
    height: 240px;
  }

  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 300px;
  }

  .mission-vision-icon {
    width: 75px;
    height: 75px;
    font-size: 36px;
  }

  .values-icon {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }

  .impact-card__icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }
}

/* Small Tablet (768px) */
@media (max-width: 768px) {
  /* General image responsiveness */
  img {
    width: 100%;
    height: auto;
  }

  /* Team images */
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 240px;
  }

  /* Gallery/Causes images */
  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 240px;
  }

  /* Services images */
  .services-two__img-box {
    aspect-ratio: 4/3;
    height: 200px;
  }

  /* About images */
  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 250px;
  }

  /* Ensure single column layout for images */
  .projects-page__img {
    height: 180px;
  }

  /* Icon sizing */
  .mission-vision-icon {
    width: 65px;
    height: 65px;
    font-size: 30px;
  }

  .values-icon {
    width: 60px;
    height: 60px;
    font-size: 26px;
  }

  .impact-card__icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .problem-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }

  /* Testimonial images */
  .testimonial-three__img {
    width: 70px;
    height: 70px;
  }
}

/* Mobile (480px - 767px) */
@media (max-width: 480px) {
  /* Team images - smaller on mobile */
  .team-two__img-box {
    aspect-ratio: 1/1;
    height: 200px;
  }

  /* Gallery/Causes images */
  .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 200px;
  }

  /* Services images - adjust for mobile */
  .services-two__img-box {
    aspect-ratio: 16/12;
    height: 160px;
  }

  /* About images */
  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 200px;
  }

  /* Projects page images */
  .projects-page__img {
    height: 150px;
  }

  /* Icon sizing for mobile */
  .mission-vision-icon {
    width: 55px;
    height: 55px;
    font-size: 24px;
    margin: 0 auto 16px;
  }

  .values-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    margin: 0 auto 16px;
  }

  .impact-card__icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .problem-icon {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }

  /* Testimonial images */
  .testimonial-three__img {
    width: 60px;
    height: 60px;
  }

  /* Ensure full width for mobile */
  .container {
    padding: 0 12px;
  }
}

/* Extra Small (< 360px) */
@media (max-width: 360px) {
  .team-two__img-box,
  .causes-two__img-box {
    height: 160px;
  }

  .services-two__img-box {
    height: 130px;
  }

  .about-two__img,
  .about-two__img-2,
  .about-two__img-3 {
    height: 160px;
  }

  .mission-vision-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .values-icon {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }
}

/* ================================
   LAYOUT FIXES FOR ALL SECTIONS
================================ */

/* Fix container padding on mobile */
@media (max-width: 768px) {
  .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Fix section titles */
  .section-title h2 {
    font-size: 24px;
  }

  /* Fix buttons */
  .thm-btn,
  .thm-btn-white,
  .thm-btn-outline {
    width: 100%;
    text-align: center;
  }

  /* Fix content spacing */
  .row > [class*="col-"] {
    margin-bottom: 20px;
  }
}

/* Flex containers responsive */
@media (max-width: 768px) {
  .row-flex {
    flex-direction: column;
  }

  .d-flex {
    flex-direction: column;
  }

  .gap-20 {
    gap: 12px;
  }
}

/* ================================
   SERVICES THREE & COUNTER ONE - REDESIGN
   Consistent animation and modern styling
   ================================ */

/* Services Three Redesign */
.services-three-redesign {
  position: relative;
  padding: 100px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9f7 100%);
  overflow: hidden;
}

.services-three-redesign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(111, 168, 67, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 80%,
      rgba(139, 106, 62, 0.06) 0%,
      transparent 50%
    );
  z-index: 0;
}

.services-three-redesign .container {
  position: relative;
  z-index: 1;
}

/* Tab buttons */
.services-three-redesign .tab-buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.services-three-redesign .tab-btn {
  position: relative;
  padding: 25px 30px;
  background: #ffffff;
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.services-three-redesign .tab-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--thm-primary), var(--thm-secondary));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.services-three-redesign .tab-btn:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(111, 168, 67, 0.15);
}

.services-three-redesign .tab-btn:hover::before {
  opacity: 1;
}

.services-three-redesign .tab-btn.active-btn {
  background: linear-gradient(135deg, var(--thm-primary) 0%, #5a8f3d 100%);
  border-color: var(--thm-primary);
  transform: translateX(15px);
  box-shadow: 0 12px 40px rgba(111, 168, 67, 0.25);
}

.services-three-redesign .tab-btn.active-btn span {
  color: #ffffff !important;
}

.services-three-redesign .tab-btn span {
  font-size: 20px;
  font-weight: 700;
  color: var(--thm-dark);
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.services-three-redesign .tab-btn span i {
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(111, 168, 67, 0.1);
  transition: all 0.3s ease;
}

.services-three-redesign .tab-btn:hover span i {
  background: rgba(255, 255, 255, 0.2);
}

.services-three-redesign .tab-btn.active-btn span i {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* Tab content */
.services-three-redesign .tabs-content {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.services-three-redesign .tab {
  display: none;
  padding: 0;
  transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.services-three-redesign .tab.active-tab {
  display: block;
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.services-three-redesign .services-content-inner {
  display: flex;
  flex-wrap: wrap;
}

.services-three-redesign .services-img {
  flex: 0 0 45%;
  max-width: 45%;
  position: relative;
  overflow: hidden;
}

.services-three-redesign .services-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.services-three-redesign .tab.active-tab:hover .services-img img {
  transform: scale(1.1);
}

.services-three-redesign .services-text {
  flex: 0 0 55%;
  max-width: 55%;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services-three-redesign .services-text h3 {
  font-size: 32px;
  font-weight: 800;
  color: var(--thm-dark);
  margin-bottom: 30px;
  line-height: 1.3;
}

.services-three-redesign .services-points {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-three-redesign .services-points li {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 25px;
  padding: 20px;
  background: #f8f9f7;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.services-three-redesign .services-points li:hover {
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(111, 168, 67, 0.12);
  transform: translateX(8px);
}

.services-three-redesign .services-points li .icon-box {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  transition: all 0.3s ease;
}

.services-three-redesign .services-points li:hover .icon-box {
  transform: rotate(360deg) scale(1.1);
}

.services-three-redesign .services-points li .content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-dark);
  margin-bottom: 8px;
}

.services-three-redesign .services-points li .content p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

/* Counter One Redesign */
.counter-one-redesign {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, var(--thm-primary) 0%, #4a7c32 100%);
  overflow: hidden;
}

.counter-one-redesign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="dots" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="2" cy="2" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23dots)"/></svg>');
  z-index: 0;
}

.counter-one-redesign::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: pulse 8s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.8;
  }
}

.counter-one-redesign .container {
  position: relative;
  z-index: 1;
}

.counter-one-redesign .counter-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.counter-one-redesign .counter-item {
  flex: 1;
  min-width: 220px;
  text-align: center;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  overflow: hidden;
}

.counter-one-redesign .counter-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(
    90deg,
    #ffffff,
    rgba(255, 255, 255, 0.3),
    #ffffff
  );
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.counter-one-redesign .counter-item:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}

.counter-one-redesign .counter-item:hover::before {
  transform: scaleX(1);
}

.counter-one-redesign .counter-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.counter-one-redesign .counter-item:hover .counter-icon {
  background: #ffffff;
  transform: scale(1.15) rotate(360deg);
}

.counter-one-redesign .counter-icon i {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.4s ease;
}

.counter-one-redesign .counter-item:hover .counter-icon i {
  color: var(--thm-primary);
}

.counter-one-redesign .counter-number {
  font-size: 52px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  font-family: var(--helpest-font-two);
}

.counter-one-redesign .counter-label {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1024px) {
  .services-three-redesign .services-img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 300px;
  }

  .services-three-redesign .services-text {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 30px;
  }

  .counter-one-redesign .counter-wrapper {
    justify-content: center;
  }

  .counter-one-redesign .counter-item {
    flex: 0 0 45%;
    max-width: 45%;
  }
}

@media (max-width: 768px) {
  .services-three-redesign {
    padding: 60px 0 80px;
  }

  .services-three-redesign .tab-btn {
    padding: 20px 25px;
  }

  .services-three-redesign .tab-btn span {
    font-size: 16px;
  }

  .services-three-redesign .services-text h3 {
    font-size: 24px;
  }

  .services-three-redesign .services-points li {
    padding: 15px;
  }

  .services-three-redesign .services-points li .icon-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 16px;
  }

  .counter-one-redesign {
    padding: 60px 0 50px;
  }

  .counter-one-redesign .counter-item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 20px;
  }

  .counter-one-redesign .counter-number {
    font-size: 42px;
  }

  .counter-one-redesign .counter-label {
    font-size: 14px;
  }
}

/* ================================
   END SERVICES THREE & COUNTER ONE REDESIGN
   ================================ */

/* ================================
   CARD SPACING & ALIGNMENT
   ================================ */

/* About highlights */
.about-two__highlights {
  margin-top: 20px;
}

.about-two__single-highlight {
  margin-bottom: 15px;
}

/* Service cards */
.services-two__single {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Team cards */
.team-two__single {
  height: 100%;
  transition: all 0.4s ease;
}

/* Impact cards */
.impact-card {
  height: 100%;
}

/* Values cards */
.values-card {
  height: 100%;
}

/* Ensure consistency across browsers */
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* ================================
   FIX WORDPRESS/LAST RESORT STYLES
================================ */

/* Override any existing image styles */
.wp-image,
img[class*="wp-image"] {
  width: 100% !important;
  height: auto !important;
}

/* Fix max-width issues */
img {
  max-width: 100%;
}

/* Fix flex wrap problems */
.row {
  display: flex;
  flex-wrap: wrap;
}

/* ================================
   WHY WE EXIST SECTION
================================ */
.why-exist-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #000b09 0%, #0f1f18 100%);
  position: relative;
  overflow: hidden;
}

.why-exist-section .bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(255,255,255,0.03)"/></svg>')
    repeat;
  opacity: 0.5;
}

.why-exist-section .section-title__tagline {
  color: #6fa843;
}

.why-exist-section .section-title__title {
  color: #fff;
}

.why-exist-section .section-title__title span {
  color: #6fa843;
}

.why-exist-text-dark h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #fff;
}

.why-exist-text-dark p {
  font-size: 15px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: #ccc;
}

.why-exist-text-dark strong {
  color: #6fa843;
}

.why-exist-card {
  background: linear-gradient(145deg, #0a1510, #0f1f18);
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid rgba(111, 168, 67, 0.3);
  position: relative;
  overflow: hidden;
}

.why-exist-card:hover {
  transform: translateY(-5px);
  border-color: rgba(111, 168, 67, 0.6);
}

.why-exist-card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.4);
}

.why-exist-card-icon i {
  font-size: 30px;
  color: #fff;
}

.why-exist-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}

.why-exist-card p {
  font-size: 13px;
  color: #aaa;
  line-height: 1.6;
  margin: 0;
}

.our-answer-box {
  background: linear-gradient(135deg, #6fa843, #5a8a36);
  padding: 45px 40px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.our-answer-box::before {
  content: "";
  position: absolute;
  top: -30px;
  right: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.our-answer-box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.our-answer-box h3 {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.our-answer-box p {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* ================================
   MISSION & VISION SECTION
================================ */
.mission-vision-section {
  padding: 110px 0;
  background: #f9fbf7;
  position: relative;
  overflow: hidden;
}

.mission-vision-section .bg-shape-1 {
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mission-vision-section .bg-shape-2 {
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(139, 106, 62, 0.12) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.mission-vision-section .section-title__tagline {
  color: #6fa843;
}

.mission-vision-section .section-title__title span {
  color: #6fa843;
}

.mv-card {
  background: #fff;
  border-radius: 24px;
  padding: 50px 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

.mv-card-vision {
  border-top: 6px solid #6fa843;
}

.mv-card-mission {
  border-top: 6px solid #8b6a3e;
}

.mv-card-vision .mv-card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #6fa843, #8bc34a);
}

.mv-card-mission .mv-card-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #8b6a3e, #a67c52);
}

.mv-card-icon {
  width: 90px;
  height: 90px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.mv-card-vision .mv-card-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 15px 35px rgba(111, 168, 67, 0.3);
  transform: rotate(-5deg);
}

.mv-card-mission .mv-card-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 15px 35px rgba(139, 106, 62, 0.3);
  transform: rotate(5deg);
}

.mv-card-icon i {
  font-size: 40px;
  color: #fff;
}

.mv-card h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000b09;
}

.mv-card p {
  font-size: 16px;
  line-height: 1.85;
  color: #6b6f68;
  margin: 0;
}

.mv-card-footer {
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}

.mv-card-footer span {
  font-size: 13px;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 991px) {
  .why-exist-section,
  .mission-vision-section {
    padding: 60px 0;
  }

  .why-exist-text-dark h3,
  .mv-card h3 {
    font-size: 22px;
  }

  .why-exist-card {
    padding: 25px 20px;
  }

  .mv-card {
    padding: 35px 25px;
  }
}

/* Gutter fixes */
@media (max-width: 768px) {
  [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

/* ================================
   LATEST UPDATES GALLERY SECTION
================================ */

.latest-updates-section {
  background: linear-gradient(
    135deg,
    rgba(250, 75, 28, 0.03) 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.latest-updates-section::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(38, 204, 140, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  z-index: 0;
}

.latest-updates-section .section-title {
  position: relative;
  z-index: 1;
}

.latest-updates-section .row {
  position: relative;
  z-index: 1;
}

.latest-updates-section .causes-two__single {
  height: 100%;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.latest-updates-section .causes-two__img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
  height: auto;
}

.latest-updates-section .causes-two__img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.latest-updates-section .causes-two__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.latest-updates-section .causes-two__single:hover img {
  transform: scale(1.08);
}

.latest-updates-section .causes-two__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.4s ease;
  z-index: 2;
}

.latest-updates-section .causes-two__single:hover .causes-two__arrow {
  opacity: 1;
}

.latest-updates-section .causes-two__arrow a {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, var(--thm-primary), var(--thm-secondary));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  transition: all 0.3s ease;
}

.latest-updates-section .causes-two__arrow a:hover {
  transform: scale(1.1);
}

.latest-updates-section .causes-two__content {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  text-align: center;
  border-radius: 0 0 14px 14px;
}

.latest-updates-section .causes-two__title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--thm-primary);
}

.latest-updates-section .causes-two__title a {
  color: var(--thm-primary);
  transition: all 0.3s ease;
}

.latest-updates-section .causes-two__title a:hover {
  color: var(--thm-secondary);
}

/* Gallery responsive */
@media (max-width: 1024px) {
  .latest-updates-section {
    padding: 80px 0;
  }

  .latest-updates-section .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 280px;
  }
}

@media (max-width: 768px) {
  .latest-updates-section {
    padding: 60px 0;
  }

  .latest-updates-section .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 240px;
    margin-bottom: 20px;
  }

  .latest-updates-section .section-title__title {
    font-size: 26px;
  }

  .latest-updates-section .section-title__tagline-box {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .latest-updates-section {
    padding: 40px 0;
  }

  .latest-updates-section .causes-two__img-box {
    aspect-ratio: 1/1;
    height: 200px;
    margin-bottom: 15px;
  }

  .latest-updates-section .section-title__title {
    font-size: 20px;
  }

  .latest-updates-section .causes-two__title {
    font-size: 16px;
  }

  .latest-updates-section .causes-two__content {
    padding: 15px;
  }
}

/* Hero Section Background with Overlay */
.banner-one {
  position: relative;
}

.banner-one__shape-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  z-index: -2;
}

/* Hero Section Background - Image only, no overlay */

.banner-one .container {
  position: relative;
  z-index: 1;
}

.banner-one__content {
  padding: 100px 0 120px;
}

@media (max-width: 768px) {
  .banner-one__shape-bg {
    background-size: cover !important;
  }

  .banner-one__content {
    padding: 60px 0 80px;
  }
}

.why-exist-para strong {
  color: #8b6a3e !important;
  -webkit-text-fill-color: unset;
}

.thm-btn {
  background: linear-gradient(120deg, var(--thm-primary), #4f7f2c);
}

.thm-btn.thm-btn--black {
  background: linear-gradient(120deg, #2c3e50, #1a252f);
}

.thm-btn.thm-btn--black:hover {
  background: linear-gradient(120deg, #1a252f, #2c3e50);
}

.mission-vision-icon {
  background: #8b6a3e;
}

.impact-card__icon {
  background: #8b6a3e;
}

.values-icon {
  background: #8b6a3e;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-next {
  color: var(--helpest-white) !important;
  background: rgb(111, 168, 67) !important;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 1) 0%,
    rgb(227 177 22) 100%
  ) !important;
}

.cta-content {
  background: linear-gradient(
    135deg,
    var(--thm-primary) 0%,
    #8b6a3ed1 100%
  ) !important;
}

.site-footer-two__content-title span {
  color: #0e100f !important;
}

.site-footer-two__content-img {
  bottom: -35px !important;
  transform: translateX(-34%) !important;
}

.contact-one__content h4 {
  font-size: 15px !important;
}

.testimonial-three__carousel.owl-theme .owl-nav .owl-prev {
  color: var(--helpest-white) !important;
  background: rgb(111, 168, 67) !important;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 1) 0%,
    rgb(227 177 22) 100%
  ) !important;
}

.stricky-header .stricked-menu .main-menu {
  background-color: var(--helpest-white);
}

.mission-vision-icon:hover {
  box-shadow: none !important;
}

.loader-logo {
  border-radius: 50% !important;
}
.donation-section {
  padding: 80px 0;
  background: #f7f9fc;
  font-family: "Poppins", sans-serif;
}

.donation-wrapper {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.donation-content {
  flex: 1;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.donation-content h2 {
  font-size: 32px;
  color: #2b2b2b;
  margin-bottom: 15px;
}

.donation-content p {
  color: #6b6f68;
  line-height: 1.7;
  margin-bottom: 20px;
}

.donation-points {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.donation-points li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #333;
}

.qr-box {
  text-align: center;
  margin-top: 30px;
}

.qr-box p {
  font-weight: 600;
  margin-bottom: 10px;
}

.qr-box img {
  width: 180px;
  height: auto;
  border: 2px dashed #ccc;
  padding: 10px;
  border-radius: 10px;
}

.donation-form {
  flex: 1;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
}

.donation-form h3 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #2b2b2b;
}

.form-group {
  margin-bottom: 18px;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 15px;
  outline: none;
}

.form-group input:focus,
.form-group select:focus {
  border-color: #1b5e20;
}

.donate-btn {
  width: 100%;
  padding: 14px;
  background: #1b5e20;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.donate-btn:hover {
  background: #d94a1f;
}

/* Responsive */
@media (max-width: 991px) {
  .donation-wrapper {
    flex-direction: column;
  }
}

/* ================================
   IMPACT AT A GLANCE SECTION
================================ */
.impact-glance-new {
  padding: 100px 0;
  background: linear-gradient(135deg, #000b09 0%, #0f1f18 100%);
  position: relative;
  overflow: hidden;
}

.impact-glance-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="1" fill="rgba(111,168,67,0.05)"/></svg>')
    repeat;
}

.impact-glance-new .section-title__tagline {
  color: #6fa843;
}

.impact-glance-new .section-title__title {
  color: #fff;
}

.impact-glance-new .section-title__title span {
  color: #6fa843;
}

.impact-stat-card {
  background: linear-gradient(
    145deg,
    rgba(111, 168, 67, 0.1),
    rgba(0, 0, 0, 0.3)
  );
  border: 1px solid rgba(111, 168, 67, 0.2);
  border-radius: 24px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.impact-stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #6fa843, #8bc34a);
  border-radius: 2px;
}

.impact-stat-card:hover {
  transform: translateY(-10px);
  background: linear-gradient(
    145deg,
    rgba(111, 168, 67, 0.15),
    rgba(0, 0, 0, 0.4)
  );
  border-color: rgba(111, 168, 67, 0.4);
}

.impact-stat-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(111, 168, 67, 0.3);
  position: relative;
}

.impact-stat-icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
}

.impact-stat-icon i {
  font-size: 32px;
  color: #fff;
}

.impact-stat-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.impact-stat-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
  margin: 0;
}

.impact-number {
  font-size: 42px;
  font-weight: 900;
  color: #6fa843;
  margin-bottom: 5px;
  display: block;
}

/* ================================
   CORE VALUES SECTION
================================ */
.core-values-new {
  padding: 110px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.core-values-new::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(111, 168, 67, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.core-values-new::after {
  content: "";
  position: absolute;
  bottom: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(139, 106, 62, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.core-values-new .section-title__tagline {
  color: #6fa843;
}

.core-values-new .section-title__title span {
  color: #6fa843;
}

.values-card-new {
  background: #fff;
  border-radius: 20px;
  padding: 45px 35px;
  text-align: center;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
  border: 1px solid #eee;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.values-card-new:hover {
  transform: translateY(-12px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: #fa6b25;
}

.values-card-new::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #fa6b25, #4f46e5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.values-card-new:hover::before {
  transform: scaleX(1);
}

.values-card-new-icon {
  width: 85px;
  height: 85px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  transition: all 0.4s ease;
}

.values-card-new:hover .values-card-new-icon {
  transform: scale(1.1) rotate(5deg);
}

.values-card-new-icon i {
  font-size: 36px;
  color: #fff;
}

.values-card-new h4 {
  font-size: 22px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.values-card-new p {
  font-size: 14px;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

.values-card-new:nth-child(1) .values-card-new-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.3);
}
.values-card-new:nth-child(1):hover {
  border-color: #6fa843;
}
.values-card-new:nth-child(1)::before {
  background: linear-gradient(90deg, #6fa843, #8bc34a);
}

.values-card-new:nth-child(2) .values-card-new-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 10px 25px rgba(139, 106, 62, 0.3);
}
.values-card-new:nth-child(2):hover {
  border-color: #8b6a3e;
}
.values-card-new:nth-child(2)::before {
  background: linear-gradient(90deg, #8b6a3e, #a67c52);
}

.values-card-new:nth-child(3) .values-card-new-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.3);
}
.values-card-new:nth-child(3):hover {
  border-color: #6fa843;
}
.values-card-new:nth-child(3)::before {
  background: linear-gradient(90deg, #6fa843, #8bc34a);
}

.values-card-new:nth-child(4) .values-card-new-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 10px 25px rgba(139, 106, 62, 0.3);
}
.values-card-new:nth-child(4):hover {
  border-color: #8b6a3e;
}
.values-card-new:nth-child(4)::before {
  background: linear-gradient(90deg, #8b6a3e, #a67c52);
}

.values-card-new:nth-child(5) .values-card-new-icon {
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  box-shadow: 0 10px 25px rgba(111, 168, 67, 0.3);
}
.values-card-new:nth-child(5):hover {
  border-color: #6fa843;
}
.values-card-new:nth-child(5)::before {
  background: linear-gradient(90deg, #6fa843, #8bc34a);
}

.values-card-new:nth-child(6) .values-card-new-icon {
  background: linear-gradient(135deg, #8b6a3e, #a67c52);
  box-shadow: 0 10px 25px rgba(139, 106, 62, 0.3);
}
.values-card-new:nth-child(6):hover {
  border-color: #8b6a3e;
}
.values-card-new:nth-child(6)::before {
  background: linear-gradient(90deg, #8b6a3e, #a67c52);
}

/* Responsive */
@media (max-width: 991px) {
  .impact-glance-new,
  .core-values-new {
    padding: 60px 0;
  }

  .impact-stat-card {
    padding: 30px 20px;
    margin-bottom: 20px;
  }

  .values-card-new {
    padding: 35px 25px;
    margin-bottom: 20px;
  }
}

/* ================================
   MISSION VISION REDESIGN (index.html)
=============================== */
.mv-redesign {
  padding: 100px 0 120px;
  background: linear-gradient(135deg, #fff5f0 0%, #ffffff 50%, #f0f9ff 100%);
  position: relative;
  overflow: hidden;
}

.mv-waves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  transform: rotate(180deg);
}

.mv-waves svg {
  width: 100%;
  height: 100%;
}

.mv-header {
  text-align: center;
  margin-bottom: 60px;
}

.mv-tag {
  display: inline-block;
  background: linear-gradient(135deg, #6fa843, #8bc34a);
  color: white;
  padding: 8px 24px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.mv-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 15px;
  line-height: 1.2;
}

.mv-title-highlight {
  background: linear-gradient(135deg, #6fa843, #8b6a3e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mv-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 500px;
  margin: 0 auto;
}

.mv-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.mv-card {
  flex: 0 0 32%;
  max-width: 380px;
}

.mv-vision-card {
  background: #e8f5e9;
  border-radius: 28px;
  padding: 8px;
  border: 2px solid #c8e6c9;
}

.mv-mission-card {
  background: #faf6f0;
  border-radius: 28px;
  padding: 8px;
  border: 2px solid #e0d5c8;
}

.mv-values-card {
  background: #e8f5e9;
  border-radius: 28px;
  padding: 8px;
  border: 2px solid #c8e6c9;
}

.mv-card-inner {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 35px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
}

.mv-vision-card .mv-card-inner {
  background: #e8f5e9;
}

.mv-mission-card .mv-card-inner {
  background: #faf6f0;
}

.mv-values-card .mv-card-inner {
  background: #e8f5e9;
}

.mv-card-inner:hover {
  transform: translateY(-5px);
}

.mv-card-glow {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  opacity: 0;
  transition: opacity 0.4s;
}

.mv-vision-card .mv-card-glow {
  background: conic-gradient(from 0deg, #6fa843, #8bc34a, #a5d6a7, #6fa843);
  animation: rotate 8s linear infinite;
}

.mv-mission-card .mv-card-glow {
  background: conic-gradient(from 0deg, #8b6a3e, #a67c52, #c9a66b, #8b6a3e);
  animation: rotate 8s linear infinite reverse;
}

.mv-values-card .mv-card-glow {
  background: conic-gradient(from 0deg, #6fa843, #8bc34a, #a5d6a7, #6fa843);
  animation: rotate 8s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mv-card-content {
  position: relative;
  z-index: 1;
}

.mv-icon-wrap {
  width: 70px;
  height: 70px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.mv-vision-card .mv-icon-wrap {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}

.mv-mission-card .mv-icon-wrap {
  background: linear-gradient(135deg, #efebe9, #d7ccc8);
}

.mv-values-card .mv-icon-wrap {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
}

.mv-icon {
  width: 40px;
  height: 40px;
}

.mv-vision-card .mv-icon {
  color: #6fa843;
}

.mv-mission-card .mv-icon {
  color: #8b6a3e;
}

.mv-values-card .mv-icon {
  color: #6fa843;
}

.mv-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 4px 12px;
  border-radius: 4px;
}

.mv-vision-card .mv-label {
  background: #e8f5e9;
  color: #6fa843;
}

.mv-mission-card .mv-label {
  background: #efebe9;
  color: #8b6a3e;
}

.mv-values-card .mv-label {
  background: #e8f5e9;
  color: #6fa843;
}

.mv-heading {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
}

.mv-text {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.mv-pill {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
}

.mv-vision-card .mv-pill {
  background: #e8f5e9;
  color: #6fa843;
}

.mv-mission-card .mv-pill {
  background: #efebe9;
  color: #8b6a3e;
}

.mv-values-card .mv-pill {
  background: #e8f5e9;
  color: #6fa843;
}

/* Stats Section removed - now 3 cards only */

.mv-stats {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding: 40px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  max-width: 700px;
  margin: 0 auto;
}

.mv-stat {
  text-align: center;
}

.mv-stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #fa6b25, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mv-stat-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

@media (max-width: 991px) {
  .mv-grid {
    flex-direction: column;
    gap: 30px;
  }

  .mv-card {
    flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .mv-stats {
    gap: 30px;
    flex-wrap: wrap;
  }

  .mv-title {
    font-size: 36px;
  }
}

/* ================================
   OUR COMMITMENT SECTION (index.html)
=============================== */
.our-commitment-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.our-commitment-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.our-commitment-content {
  padding-left: 40px;
}

.our-commitment-content p {
  margin-top: 20px;
  color: #555;
  line-height: 1.8;
}

.our-commitment-content ul {
  margin-top: 25px;
  list-style: none;
  padding: 0;
}

.our-commitment-content ul li {
  margin-bottom: 15px;
  color: #333;
}

.our-commitment-content ul li i {
  color: #fa6b25;
  margin-right: 10px;
}

@media (max-width: 991px) {
  .our-commitment-content {
    padding-left: 0;
    margin-top: 40px;
  }
}

/* ================================
   PROCESS ICONS (index.html)
=============================== */
.process-one__icon i {
  font-size: 36px;
  color: #fff;
}

/* ================================
   SERVICES IMAGE SIZES (index.html)
=============================== */
.services-two__img img,
.services-three__img img,
.causes-two__img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

/* ================================
   WHY CHOOSE CARDS BACKGROUND (index.html)
=============================== */
.why-choose-one__single {
  background-size: cover;
  background-position: center;
}

.why-choose-one__single-1 {
  background-image: url(../images/backgrounds/why-choose-one-single-bg-1.jpg);
}

.why-choose-one__single-2 {
  background-image: url(../images/backgrounds/why-choose-one-single-bg-2.jpg);
}

.why-choose-one__single-3 {
  background-image: url(../images/backgrounds/why-choose-one-single-bg-3.jpg);
}

.why-choose-one__single-4 {
  background-image: url(../images/backgrounds/why-choose-one-single-bg-4.jpg);
}

/* ================================
   TESTIMONIAL CARDS (index.html)
=============================== */
.testimonial-one__single {
  background: rgba(255, 255, 255, 0.95);
  padding: 20px;
  text-align: center;
}

/* ================================
   WHY EXIST SECTION (index.html)
=============================== */
.why-exist-section .container {
  position: relative;
  z-index: 1;
}

.why-exist-text-dark {
  margin-top: 30px;
}

/* ================================
   SECTION BACKGROUNDS (index.html)
=============================== */
.banner-one__shape-bg {
  background-image: url(../images/shapes/banner-one-shape-bg.jpg);
}

.sliding-text__bg {
  background-image: url(../images/backgrounds/sliding-text-bg.jpg);
}

.counter-one__bg {
  background-image: url(../images/backgrounds/counter-one-bg.jpg);
}

.contact-one__bg {
  background-image: url(../images/backgrounds/contact-one-bg.jpg);
}

.site-footer-two__bg {
  background-image: url(../images/backgrounds/site-footer-two-bg.jpg);
}

/* ================================
   GET INVOLVED SECTION (index.html)
=============================== */
.get-involved-section {
  background: linear-gradient(
    135deg,
    rgba(250, 75, 28, 0.03) 0%,
    rgba(241, 249, 251, 0.5) 100%
  );
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.get-involved-section p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.get-involved-section ul {
  margin-top: 50px;
}

/* ================================
   CUSTOM FOOTER (Volunteer.html)
=============================== */
.custom-footer {
  background: #1a1a2e;
  position: relative;
  overflow: hidden;
}

.custom-footer-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  transform: rotate(180deg);
}

.custom-footer-wave svg {
  width: 100%;
  height: 100%;
}

.custom-footer-main {
  padding: 80px 0 40px;
  position: relative;
  z-index: 1;
}

.custom-footer-top {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  margin-bottom: 50px;
}

.cf-brand-section {
  padding-right: 40px;
}

.cf-logo-wrap {
  margin-bottom: 20px;
}

.cf-logo {
  width: 120px;
  height: auto;
  border-radius: 12px;
}

.cf-tagline {
  margin-bottom: 25px;
}

.cf-tagline-main {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.cf-tagline-sub {
  display: block;
  font-size: 16px;
  color: #fa6b25;
  font-weight: 500;
}

.cf-about {
  color: #a0a0b0;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 30px;
}

.cf-donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #fa6b25, #ff8c42);
  color: white;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cf-donate-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(250, 107, 37, 0.4);
}

.cf-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 12px;
}

.cf-links-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.cf-column-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}

.cf-column-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #fa6b25, #ff8c42);
  border-radius: 3px;
}

.cf-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf-links li {
  margin-bottom: 14px;
}

.cf-links a {
  color: #a0a0b0;
  text-decoration: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.cf-links a:hover {
  color: #fa6b25;
  padding-left: 8px;
}

.cf-link-arrow {
  color: #fa6b25;
  font-size: 12px;
}

.cf-contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cf-contact-info li {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.cf-contact-icon {
  width: 42px;
  height: 42px;
  background: rgba(250, 107, 37, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fa6b25;
  font-size: 16px;
  flex-shrink: 0;
}

.cf-contact-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cf-contact-text span,
.cf-contact-text a {
  color: #a0a0b0;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: color 0.3s;
}

.cf-contact-text a:hover {
  color: #fa6b25;
}

.custom-footer-social {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.cf-social-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.cf-social-label {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.cf-social-links {
  display: flex;
  gap: 15px;
}

.cf-social-link {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cf-social-link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.3s;
}

.cf-fb {
  background: #1877f2;
}
.cf-fb::before {
  background: #0d5dc7;
}

.cf-tw {
  background: #1da1f2;
}
.cf-tw::before {
  background: #0c85d0;
}

.cf-in {
  background: linear-gradient(
    45deg,
    #f09433,
    #e6683c,
    #dc2743,
    #cc2366,
    #bc1888
  );
}
.cf-in::before {
  background: linear-gradient(
    45deg,
    #d77d2e,
    #c45b2d,
    #bd1f3a,
    #ad1d6e,
    #9c1484
  );
}

.cf-li {
  background: #0077b5;
}
.cf-li::before {
  background: #005a8c;
}

.cf-yt {
  background: #ff0000;
}
.cf-yt::before {
  background: #cc0000;
}

.cf-social-link:hover::before {
  opacity: 1;
}

.cf-social-link:hover {
  transform: translateY(-5px) scale(1.1);
}

.cf-social-tooltip {
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #1a1a2e;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.cf-social-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #fff;
}

.cf-social-link:hover .cf-social-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: 130%;
}

.custom-footer-bottom {
  background: #14142a;
  padding: 25px 0;
}

.cf-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.cf-copyright {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #a0a0b0;
  font-size: 14px;
}

.cf-copyright-icon {
  color: #fa6b25;
  font-size: 18px;
  animation: heartbeat 1.5s ease infinite;
}

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.cf-copyright strong {
  color: #fff;
}

.cf-bottom-links {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cf-bottom-links a {
  color: #a0a0b0;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}

.cf-bottom-links a:hover {
  color: #fa6b25;
}

.cf-divider {
  color: #404060;
}

@media (max-width: 991px) {
  .custom-footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .cf-brand-section {
    padding-right: 0;
    text-align: center;
  }

  .cf-logo-wrap {
    display: flex;
    justify-content: center;
  }

  .cf-tagline {
    text-align: center;
  }

  .cf-cta-box {
    display: flex;
    justify-content: center;
  }

  .cf-links-section {
    grid-template-columns: repeat(2, 1fr);
  }

  .cf-column-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .cf-column-title {
    text-align: center;
  }

  .cf-contact-info li {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .cf-links-section {
    grid-template-columns: 1fr;
  }

  .cf-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  .cf-social-content {
    flex-direction: column;
  }
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.scroll-to-top.active {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: linear-gradient(120deg, var(--thm-primary), #4f7f2c);
  color: #ffffff;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.scroll-to-top__btn:hover {
  background: linear-gradient(120deg, #4f7f2c, var(--thm-primary));
  transform: translateY(-3px);
}

/* ================================
   MOBILE NAV - EXPANDED MENU RESPONSIVE
=============================== */
@media (max-width: 1199px) {
  .main-menu__list {
    text-align: left;
  }

  .main-menu__list > li > a {
    font-size: 16px !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: var(--helpest-black);
  }

  .main-menu__list li.dropdown > a::after {
    right: 15px;
  }

  .main-menu__list li ul {
    position: static !important;
    width: 100% !important;
    box-shadow: none !important;
    padding: 0 0 0 20px !important;
    background: transparent !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
  }

  .main-menu__list li.dropdown:hover > ul {
    display: block !important;
    transform: none !important;
  }

  .main-menu__list li ul li a {
    font-size: 14px !important;
    padding: 10px 15px !important;
  }
}

@media (max-width: 576px) {
  .section-title__title {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  .section-title__tagline {
    font-size: 14px !important;
  }

  .about-two__text {
    font-size: 14px !important;
  }

  .thm-btn {
    padding: 10px 20px !important;
    font-size: 14px !important;
  }
}

/* ================================
   COLOR PALETTE UPDATES
=============================== */
/* Primary Green - #2E7D32 */
.services-two__icon,
.section-title__tagline,
.section-title__title span,
.why-choose-one__icon,
.values-card-new-icon,
.impact-stat-icon {
  color: #f57c00 !important;
}

/* Links - #283593 */
a {
  color: #283593 !important;
}

a:hover {
  color: #1b5e20 !important;
}

/* Button Hover States */
.thm-btn:hover {
  background-color: #1b5e20 !important;
  border-color: #1b5e20 !important;
  color: #ffffff !important;
}

/* Footer Updates */
.site-footer-two__bg {
  background-color: #424242 !important;
}

/* Navigation Active States */
.main-menu__list > li.current > a,
.main-menu__list > li:hover > a {
  color: #f57c00 !important;
}

/* ================================
   HOME PAGE REDESIGN
============================== */

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-slider {
  position: relative;
}

.hero-slide {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-size: 100% 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.75) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 10;
  max-width: 650px;
  padding: 100px 0;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 10px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-badge i {
  color: #b388ff;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-title span {
  color: #b388ff;
  text-shadow: 0 0 30px rgba(179, 136, 255, 0.6);
  font-weight: 800;
}

.hero-text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 35px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.hero-shape {
  position: absolute;
  right: 5%;
  bottom: 10%;
  width: 300px;
  z-index: 5;
}

.hero-shape img {
  width: 100%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Home Stats Section */
.home-stats {
  background: #ffffff;
  padding: 0;
  margin-top: -60px;
  position: relative;
  z-index: 20;
}

.home-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  margin: 0 20px;
}

.home-stats__item {
  text-align: center;
  padding: 20px;
  border-right: 1px solid #e0e0e0;
}

.home-stats__item:last-child {
  border-right: none;
}

.home-stats__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 24px;
}

.home-stats__number {
  font-size: 36px;
  font-weight: 800;
  color: #2e7d32;
  margin-bottom: 5px;
}

.home-stats__label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* Home About Section */
.home-about {
  padding: 100px 0;
  background: #fffde7;
}

.home-about__image {
  position: relative;
}

.home-about__image-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.home-about__image-main img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.home-about__experience {
  position: absolute;
  bottom: -30px;
  right: -30px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 20px;
  padding: 25px 35px;
  box-shadow: 0 15px 40px rgba(46, 125, 50, 0.3);
}

.home-about__experience-inner {
  text-align: center;
  color: #ffffff;
}

.home-about__experience-number {
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
}

.home-about__experience-text {
  font-size: 14px;
  opacity: 0.9;
}

.home-about__content {
  padding-left: 40px;
}

.home-about__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.home-about__features {
  margin-bottom: 35px;
}

.home-about__feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.home-about__feature:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateX(10px);
}

.home-about__feature-icon {
  width: 45px;
  height: 45px;
  background: rgba(46, 125, 50, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 20px;
  flex-shrink: 0;
}

.home-about__feature-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.home-about__feature-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Home Mission Vision Section */
.home-mv {
  padding: 100px 0;
  background: #ffffff;
}

.home-mv__header {
  margin-bottom: 50px;
}

.home-mv__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.home-mv__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

.home-mv__card--mission {
  border-left: 5px solid #2e7d32;
}

.home-mv__card--vision {
  border-left: 5px solid #f57c00;
}

.home-mv__card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 25px;
}

.home-mv__card--vision .home-mv__card-icon {
  background: linear-gradient(135deg, #f57c00, #ff9800);
}

.home-mv__card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.home-mv__card p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.home-mv__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.home-mv__card ul li {
  font-size: 14px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.home-mv__card ul li:last-child {
  border-bottom: none;
}

.home-mv__card ul li i {
  color: #2e7d32;
  margin-right: 10px;
}

.home-mv__card--vision ul li i {
  color: #f57c00;
}

/* ==============================================
   NEW PROGRAMS SECTION - FRESH DESIGN
   ============================================== */
.new-programs {
  padding: 120px 0;
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.new-programs__header {
  text-align: center;
  margin-bottom: 70px;
}

.new-section-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7c4dff;
  margin-bottom: 15px;
  position: relative;
}

.new-section-label::before,
.new-section-label::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, #7c4dff, #b388ff);
  border-radius: 2px;
}

.new-section-label::before {
  right: calc(100% + 15px);
}

.new-section-label::after {
  left: calc(100% + 15px);
}

.new-section-title {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #7c4dff;
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3); */
}

.new-section-subtitle {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.new-programs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.new-program-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
}

.new-program-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
  z-index: 2;
  pointer-events: none;
}

.new-program-card:hover::before {
  border-color: #7c4dff;
}

.new-program-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 35px 80px rgba(124, 77, 255, 0.15);
}

.new-program-card__image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.new-program-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.new-program-card:hover .new-program-card__image img {
  transform: scale(1.1);
}

.new-program-card__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to top,
    rgba(26, 26, 46, 0.9) 0%,
    transparent 60%
  );
}

.new-program-card__category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #7c4dff, #b388ff);
  color: #ffffff;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.new-program-card__content {
  padding: 35px;
  position: relative;
}

.new-program-card__icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f0f0ff, #e8e8ff);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -70px;
  margin-bottom: 25px;
  position: relative;
  box-shadow: 0 10px 30px rgba(124, 77, 255, 0.15);
}

.new-program-card__icon i {
  font-size: 28px;
  color: #7c4dff;
}

.new-program-card__content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.new-program-card:hover .new-program-card__content h3 {
  color: #7c4dff;
}

.new-program-card__content p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 25px;
}

.new-program-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.new-program-card__meta span {
  font-size: 14px;
  font-weight: 700;
  color: #7c4dff;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(124, 77, 255, 0.1);
  padding: 5px 12px;
  border-radius: 20px;
}

.new-program-card__meta span i {
  font-size: 12px;
}

.new-program-card__meta a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1a1a2e;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.new-program-card__meta a:hover {
  color: #7c4dff;
  gap: 12px;
}

@media (max-width: 992px) {
  .new-programs__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .new-section-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .new-programs__grid {
    grid-template-columns: 1fr;
  }

  .new-section-title {
    font-size: 32px;
  }
}

/* ==============================================
   NEW HELP SECTION - FRESH DESIGN
   ============================================== */
.new-help {
  padding: 120px 0;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.new-help::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 1;
}

.new-help__header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.new-help .new-section-label {
  color: #b388ff;
}

.new-help .new-section-label::before,
.new-help .new-section-label::after {
  background: linear-gradient(90deg, #b388ff, #7c4dff);
}

.new-help .new-section-title {
  color: #ffffff;
}

.new-help .new-section-subtitle {
  color: rgba(255, 255, 255, 0.7);
}

.new-help__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  position: relative;
  z-index: 2;
}

.new-help-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 24px;
  padding: 45px 35px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.new-help-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #7c4dff, #b388ff, #ea80fc);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.new-help-card:hover::before {
  opacity: 1;
}

.new-help-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(124, 77, 255, 0.1),
    rgba(179, 136, 255, 0.05)
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  border-radius: 24px;
}

.new-help-card:hover::after {
  opacity: 1;
}

.new-help-card:hover {
  transform: translateY(-15px);
  border-color: rgba(124, 77, 255, 0.3);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
}

.new-help-card > * {
  position: relative;
  z-index: 2;
}

.new-help-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.new-help-card__number {
  font-size: 72px;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.05);
  line-height: 1;
  transition: all 0.3s ease;
}

.new-help-card:hover .new-help-card__number {
  color: rgba(179, 136, 255, 0.15);
}

.new-help-card__icon-wrap {
  width: 80px;
  height: 80px;
  background: linear-gradient(
    135deg,
    rgba(124, 77, 255, 0.2),
    rgba(179, 136, 255, 0.1)
  );
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.new-help-card__icon-wrap i {
  font-size: 32px;
  color: #b388ff;
  transition: all 0.4s ease;
}

.new-help-card:hover .new-help-card__icon-wrap {
  background: linear-gradient(135deg, #7c4dff, #b388ff);
  transform: scale(1.1);
}

.new-help-card:hover .new-help-card__icon-wrap i {
  color: #ffffff;
}

.new-help-card__content h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}

.new-help-card:hover .new-help-card__content h3 {
  color: #b388ff;
}

.new-help-card__content p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
}

.new-help-card__action {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.new-help-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 30px;
  background: transparent;
  color: #b388ff;
  border: 2px solid rgba(124, 77, 255, 0.3);
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.new-help-card__btn:hover {
  background: linear-gradient(135deg, #7c4dff, #b388ff);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(124, 77, 255, 0.4);
}

.new-help-card__btn i {
  transition: transform 0.3s ease;
}

.new-help-card__btn:hover i {
  transform: translateX(5px);
}

.new-help-card:nth-child(1) .new-help-card__btn {
  background: transparent;
  color: #e91e63;
  border: 2px solid rgba(233, 30, 99, 0.3);
}

.new-help-card:nth-child(1) .new-help-card__btn:hover {
  background: linear-gradient(135deg, #e91e63, #f06292);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(233, 30, 99, 0.4);
}

.new-help-card:nth-child(2) .new-help-card__btn {
  background: transparent;
  color: #ff8c00;
  border: 2px solid rgba(255, 140, 0, 0.3);
}

.new-help-card:nth-child(2) .new-help-card__btn:hover {
  background: linear-gradient(135deg, #ff8c00, #ffb74d);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 140, 0, 0.4);
}

.new-help-card:nth-child(3) .new-help-card__btn {
  background: transparent;
  color: #2196f3;
  border: 2px solid rgba(33, 150, 243, 0.3);
}

.new-help-card:nth-child(3) .new-help-card__btn:hover {
  background: linear-gradient(135deg, #2196f3, #64b5f6);
  border-color: transparent;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(33, 150, 243, 0.4);
}

@media (max-width: 992px) {
  .new-help__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .new-help__grid {
    grid-template-columns: 1fr;
  }
}

.home-help__header {
  margin-bottom: 50px;
}

.home-help__card {
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
  color: #ffffff;
  height: 100%;
  transition: all 0.3s ease;
}

.home-help__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 60px rgba(46, 125, 50, 0.3);
}

.home-help__card-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  margin: 0 auto 25px;
}

.home-help__card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.home-help__card p {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 25px;
}

.home-help__card .thm-btn--primary {
  background: #ffffff !important;
  color: #2e7d32 !important;
  border: none !important;
}

.home-help__card .thm-btn--primary:hover {
  background: #f57c00 !important;
  color: #ffffff !important;
}

/* Home Impact Section */
.home-impact {
  padding: 100px 0;
  background: #424242;
  position: relative;
  overflow: hidden;
}

.home-impact__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/backgrounds/page-header-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.home-impact__header {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.home-impact__header .section-title__tagline,
.home-impact__header .section-title__title {
  color: #ffffff !important;
}

.home-impact__header .section-title__title span {
  color: #f57c00 !important;
}

.home-impact__item {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.home-impact__item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-10px);
}

.home-impact__item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #f57c00, #ff9800);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto 20px;
}

.home-impact__item-number {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 10px;
}

.home-impact__item-label {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Home Values Section */
.home-values {
  padding: 100px 0;
  background: #fffde7;
}

.home-values__header {
  margin-bottom: 50px;
}

.home-values__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  margin-bottom: 30px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.home-values__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #2e7d32;
}

.home-values__item-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto 20px;
}

.home-values__item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.home-values__item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* Home Testimonials Section */
.home-testimonials {
  padding: 100px 0;
  background: #ffffff;
}

.home-testimonials__header {
  margin-bottom: 50px;
}

.home-testimonials__card {
  background: #fffde7;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.home-testimonials__card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #2e7d32;
}

.home-testimonials__card-quote {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 40px;
  color: rgba(46, 125, 50, 0.2);
}

.home-testimonials__card p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  font-style: italic;
}

.home-testimonials__card-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.home-testimonials__card-author img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #2e7d32;
}

.home-testimonials__card-author h5 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.home-testimonials__card-author span {
  font-size: 13px;
  color: #2e7d32;
  font-weight: 500;
}

/* ==============================================
   NEW CTA SECTION - FRESH DESIGN
   ============================================== */
.new-cta {
  padding: 140px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 50%, #f64f59 100%);
  background-size: 400% 400%;
  animation: gradientBG 15s ease infinite;
  position: relative;
  overflow: hidden;
}

@keyframes gradientBG {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.new-cta__bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.new-cta__content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.new-cta__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  padding: 12px 30px;
  border-radius: 60px;
  margin-bottom: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.new-cta__badge .pulse {
  width: 12px;
  height: 12px;
  background: #ffd54f;
  border-radius: 50%;
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(255, 213, 79, 0.7);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(255, 213, 79, 0);
  }
}

.new-cta__badge span {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.new-cta__title {
  font-size: 56px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 25px;
  line-height: 1.2;
}

.new-cta__title span {
  position: relative;
  color: #ffd54f;
  text-shadow: 0 0 30px rgba(255, 213, 79, 0.5);
}

.new-cta__title span::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  height: 10px;
  background: rgba(255, 213, 79, 0.4);
  transform: skewX(-15deg);
  z-index: -1;
}

.new-cta__text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 700px;
  margin: 0 auto 50px;
  line-height: 1.8;
}

.new-cta__buttons {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.new-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 18px 40px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
}

.new-cta__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
  transition: left 0.6s ease;
}

.new-cta__btn:hover::before {
  left: 100%;
}

.new-cta__btn i {
  font-size: 18px;
}

.new-cta__btn--primary {
  background: #ffffff;
  color: #764ba2;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
}

.new-cta__btn--primary:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  color: #667eea;
}

.new-cta__btn--secondary {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}

.new-cta__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.25);
  border-color: #ffffff;
  transform: translateY(-5px);
  color: #ffffff;
}

.new-cta__features {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.new-cta__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.new-cta__feature i {
  font-size: 20px;
  color: #ffd54f;
}

@media (max-width: 992px) {
  .new-cta__title {
    font-size: 42px;
  }

  .new-cta__text {
    font-size: 18px;
  }

  .new-cta__features {
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .new-cta {
    padding: 100px 0;
  }

  .new-cta__title {
    font-size: 32px;
  }

  .new-cta__text {
    font-size: 16px;
  }

  .new-cta__btn {
    padding: 16px 30px;
    font-size: 14px;
    width: 100%;
    justify-content: center;
  }

  .new-cta__buttons {
    flex-direction: column;
    align-items: center;
  }

  .new-cta__features {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}

.home-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/backgrounds/page-header-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.home-cta__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.home-cta__title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.home-cta__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.7;
}

.home-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.thm-btn--white {
  background: #ffffff !important;
  color: #2e7d32 !important;
  border: none !important;
}

.thm-btn--white:hover {
  background: #f57c00 !important;
  color: #ffffff !important;
}

.thm-btn--outline-white {
  background: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
}

.thm-btn--outline-white:hover {
  background: #ffffff !important;
  color: #2e7d32 !important;
}

/* Responsive */
@media (max-width: 992px) {
  .hero-title {
    font-size: 38px;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero-shape {
    display: none;
  }

  .home-stats__grid {
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
  }

  .home-about__content {
    padding-left: 0;
    margin-top: 60px;
  }

  .home-about__experience {
    bottom: auto;
    top: -30px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .hero-buttons .thm-btn {
    width: 100%;
    justify-content: center;
  }

  .home-stats__grid {
    grid-template-columns: 1fr;
  }

  .home-stats__item {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 20px;
  }

  .home-stats__item:last-child {
    border-bottom: none;
  }

  .home-about__experience {
    position: relative;
    top: -30px;
    right: auto;
    margin: -30px auto 0;
    display: table;
  }

  .home-cta__title {
    font-size: 32px;
  }

  .home-cta__buttons {
    flex-direction: column;
  }

  .home-cta__buttons .thm-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-slide {
    min-height: 400px;
    background-position: center bottom;
    background-size: 100% auto;
  }

  .hero-badge {
    font-size: 12px;
    padding: 8px 15px;
  }

  .hero-title {
    font-size: 28px;
  }

  .home-mv__card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .hero-slide {
    min-height: 450px;
  }

  .hero-content {
    padding: 60px 0;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    font-size: 15px;
  }
}

@media (min-width: 1400px) {
  .hero-slide {
    min-height: 550px;
  }
}

/* ================================
   ABOUT PAGE REDESIGN
============================== */

/* About Hero Section */
.about-hero {
  position: relative;
  padding: 180px 0 120px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.about-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.about-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(66, 66, 66, 0.9) 0%,
    rgba(46, 125, 50, 0.8) 100%
  );
}

.about-hero__content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.about-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  padding: 12px 25px;
  border-radius: 50px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 25px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.about-hero__badge-icon {
  color: #f57c00;
}

.about-hero__title {
  font-size: 48px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
}

.about-hero__title span {
  color: #f57c00;
}

.about-hero__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 30px;
}

.about-hero__breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
}

.about-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.about-hero__breadcrumb a:hover {
  color: #f57c00 !important;
}

.about-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
}

.about-hero__breadcrumb .active {
  color: #ffffff;
}

.about-hero__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

/* About Stats Section */
.about-stats {
  padding: 0;
  margin-top: -50px;
  position: relative;
  z-index: 20;
}

.about-stats__inner {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin: 0 30px;
}

.about-stats__item {
  text-align: center;
  padding: 20px;
}

.about-stats__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-size: 24px;
}

.about-stats__number {
  font-size: 36px;
  font-weight: 800;
  color: #2e7d32;
  margin-bottom: 5px;
}

.about-stats__text {
  font-size: 14px;
  color: #666;
  font-weight: 500;
}

/* About Story Section */
.about-story {
  padding: 100px 0;
  background: #fffde7;
}

.about-story__image {
  position: relative;
}

.about-story__image-main {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-story__image-main img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.about-story__image-overlay {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(46, 125, 50, 0.3);
}

.about-story__year span {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

.about-story__year h3 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin: 0;
}

.about-story__shape {
  position: absolute;
  bottom: 40px;
  right: -40px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid #ffffff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.about-story__shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__content {
  padding-left: 40px;
}

.about-story__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.about-story__highlights {
  margin-top: 30px;
}

.about-story__highlight {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  background: #ffffff;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.about-story__highlight:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-story__highlight-icon {
  width: 45px;
  height: 45px;
  background: rgba(46, 125, 50, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 20px;
  flex-shrink: 0;
}

.about-story__highlight-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.about-story__highlight-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* About Mission Vision Section */
.about-mission-vision {
  padding: 100px 0;
  background: #ffffff;
}

.about-mission,
.about-vision {
  background: #fffde7;
  border-radius: 20px;
  padding: 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-mission {
  border-left: 5px solid #2e7d32;
}

.about-vision {
  border-left: 5px solid #f57c00;
}

.about-mission__icon,
.about-vision__icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 25px;
}

.about-vision__icon {
  background: linear-gradient(135deg, #f57c00, #ff9800);
}

.about-mission__title,
.about-vision__title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.about-mission__text,
.about-vision__text {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}

.about-mission__list,
.about-vision__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-mission__list li,
.about-vision__list li {
  font-size: 14px;
  color: #555;
  padding: 10px 0;
  border-bottom: 1px solid #f0f0f0;
}

.about-mission__list li:last-child,
.about-vision__list li:last-child {
  border-bottom: none;
}

.about-mission__list li i {
  color: #2e7d32;
  margin-right: 10px;
}

.about-vision__list li i {
  color: #f57c00;
  margin-right: 10px;
}

/* About Values Section */
.about-values {
  padding: 100px 0;
  background: #fffde7;
}

.about-values__header {
  margin-bottom: 50px;
}

.about-values__item {
  background: #ffffff;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0f0f0;
}

.about-values__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #2e7d32;
}

.about-values__icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 28px;
  margin: 0 auto 20px;
}

.about-values__item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.about-values__item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* About President Section */
.about-president {
  padding: 100px 0;
  background: #ffffff;
}

.about-president__image {
  position: relative;
}

.about-president__image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-president__image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.about-president__social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.about-president__social a {
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.about-president__social a:hover {
  background: #2e7d32;
  color: #ffffff;
}

.about-president__content {
  padding-left: 40px;
}

.about-president__quote {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-style: italic;
  padding: 25px 30px;
  background: #fffde7;
  border-left: 5px solid #2e7d32;
  border-radius: 0 15px 15px 0;
  margin-bottom: 25px;
}

.about-president__text {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.about-president__signature h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.about-president__signature span {
  font-size: 14px;
  color: #2e7d32;
  font-weight: 500;
}

/* About Team Section */
.about-team {
  padding: 100px 0;
  background: #fffde7;
}

.about-team__header {
  margin-bottom: 50px;
}

.about-team__item {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-team__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.about-team__image {
  height: 280px;
  overflow: hidden;
}

.about-team__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-team__item:hover .about-team__image img {
  transform: scale(1.1);
}

.about-team__content {
  padding: 25px;
  text-align: center;
}

.about-team__content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.about-team__content span {
  font-size: 14px;
  color: #2e7d32;
  font-weight: 500;
}

/* About Volunteers Section */
.about-volunteers {
  padding: 100px 0;
  background: #ffffff;
}

.about-volunteers__content {
  padding-right: 40px;
}

.about-volunteers__text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.about-volunteers__features {
  margin-bottom: 35px;
}

.about-volunteers__feature {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fffde7;
  border-radius: 12px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.about-volunteers__feature:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-volunteers__feature i {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  flex-shrink: 0;
}

.about-volunteers__feature h4 {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.about-volunteers__feature p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.about-volunteers__image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-volunteers__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

/* About CTA Section */
.about-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  position: relative;
  overflow: hidden;
}

.about-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/backgrounds/page-header-bg.jpg");
  background-size: cover;
  background-position: center;
  opacity: 0.1;
}

.about-cta__content {
  text-align: center;
  position: relative;
  z-index: 1;
}

.about-cta__title {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.about-cta__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 35px;
  line-height: 1.7;
}

.about-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* About Page Responsive */
@media (max-width: 992px) {
  .about-hero__title {
    font-size: 38px;
  }

  .about-hero__content {
    padding: 0 20px;
  }

  .about-story__content {
    padding-left: 0;
    margin-top: 80px;
  }

  .about-story__shape {
    display: none;
  }

  .about-president__content {
    padding-left: 0;
    margin-top: 40px;
  }

  .about-volunteers__content {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 150px 0 80px;
  }

  .about-hero__title {
    font-size: 32px;
  }

  .about-hero__text {
    font-size: 16px;
  }

  .about-stats__inner {
    margin: 0;
    padding: 30px 20px;
  }

  .about-story__image-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: -50px;
    margin-left: 20px;
    display: inline-block;
  }

  .about-cta__title {
    font-size: 32px;
  }

  .about-cta__buttons {
    flex-direction: column;
  }

  .about-cta__buttons .thm-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .about-hero__title {
    font-size: 28px;
  }

  .about-mission,
  .about-vision {
    padding: 30px;
  }

  .about-president__quote {
    font-size: 16px;
    padding: 20px;
  }

  .about-president__image-wrapper img {
    height: 350px;
  }
}

/* ================================
   ABOUT PAGE V2 - SIMPLE DESIGN
============================== */

/* About Hero */
.about-hero {
  position: relative;
  padding: 180px 0 100px;
  background: url("assets/images/backgrounds/page-header-bg.jpg") center/cover
    no-repeat;
  text-align: center;
}

.about-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    135deg,
    rgba(66, 66, 66, 0.9) 0%,
    rgba(46, 125, 50, 0.85) 100%
  );
}

.about-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-hero__content {
  position: relative;
  z-index: 2;
}

.about-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.15);
  padding: 10px 20px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}

.about-hero__badge i {
  color: #f57c00;
}

.about-hero__title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.about-hero__title span {
  color: #f57c00;
}

.about-hero__text {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 600px;
  margin: 0 auto 30px;
  line-height: 1.7;
}

.about-hero__breadcrumb {
  display: flex;
  justify-content: center;
  gap: 15px;
  font-size: 15px;
}

.about-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.about-hero__breadcrumb a:hover {
  color: #f57c00 !important;
}

.about-hero__breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
}

.about-hero__breadcrumb .active {
  color: #fff;
}

/* About Stats */
.about-stats {
  padding: 0;
  margin-top: -50px;
  position: relative;
  z-index: 10;
}

.about-stats__inner {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin: 0 30px;
}

.about-stats__item {
  text-align: center;
  padding: 20px;
}

.about-stats__icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #fff;
  font-size: 22px;
}

.about-stats__number {
  font-size: 32px;
  font-weight: 800;
  color: #2e7d32;
  margin-bottom: 5px;
}

.about-stats__text {
  font-size: 14px;
  color: #666;
}

/* About Story */
.about-story {
  padding: 100px 0;
  background: #fffde7;
}

.about-story__image {
  position: relative;
}

.about-story__image-main {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-story__image-main img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.about-story__experience {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 15px;
  padding: 25px;
  text-align: center;
  color: #fff;
  box-shadow: 0 10px 30px rgba(46, 125, 50, 0.3);
}

.about-story__experience .number {
  display: block;
  font-size: 36px;
  font-weight: 800;
}

.about-story__experience .text {
  font-size: 12px;
  opacity: 0.9;
}

.about-story__shape {
  position: absolute;
  bottom: 30px;
  left: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.about-story__shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-story__content {
  padding-left: 30px;
}

.about-story__text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.about-story__highlights {
  margin-top: 30px;
}

.about-story__highlight {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.about-story__highlight:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-story__highlight .icon {
  width: 40px;
  height: 40px;
  background: rgba(46, 125, 50, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 18px;
  flex-shrink: 0;
}

.about-story__highlight .content h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.about-story__highlight .content p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* About Mission Vision */
.about-mv {
  padding: 80px 0;
  background: #fff;
}

.about-mv__card {
  background: #fffde7;
  border-radius: 15px;
  padding: 35px;
  margin-bottom: 30px;
}

.about-mv__card--mission {
  border-left: 4px solid #2e7d32;
}

.about-mv__card--vision {
  border-left: 4px solid #f57c00;
}

.about-mv__card .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.about-mv__card--vision .icon {
  background: linear-gradient(135deg, #f57c00, #ff9800);
}

.about-mv__card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.about-mv__card p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
}

.about-mv__card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-mv__card ul li {
  font-size: 13px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.about-mv__card ul li:last-child {
  border-bottom: none;
}

.about-mv__card ul li i {
  color: #2e7d32;
  margin-right: 10px;
}

.about-mv__card--vision ul li i {
  color: #f57c00;
}

/* About Values */
.about-values {
  padding: 80px 0;
  background: #fffde7;
}

.about-values__item {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid #eee;
}

.about-values__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #2e7d32;
}

.about-values__item .icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
  margin: 0 auto 20px;
}

.about-values__item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.about-values__item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* About President */
.about-president {
  padding: 80px 0;
  background: #fff;
}

.about-president__image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.about-president__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.about-president__image .social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.about-president__image .social a {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.about-president__image .social a:hover {
  background: #2e7d32;
  color: #fff;
}

.about-president__content {
  padding-left: 30px;
}

.about-president__content blockquote {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-style: italic;
  padding: 20px 25px;
  background: #fffde7;
  border-left: 4px solid #2e7d32;
  border-radius: 0 10px 10px 0;
  margin-bottom: 25px;
}

.about-president__content p {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 25px;
}

.about-president__content .signature h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.about-president__content .signature span {
  font-size: 14px;
  color: #2e7d32;
}

/* About Team */
.about-team {
  padding: 80px 0;
  background: #fffde7;
}

.about-team__item {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.about-team__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.about-team__item .image {
  height: 250px;
  overflow: hidden;
}

.about-team__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.about-team__item:hover .image img {
  transform: scale(1.1);
}

.about-team__item .content {
  padding: 20px;
  text-align: center;
}

.about-team__item .content h4 {
  font-size: 17px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.about-team__item .content span {
  font-size: 13px;
  color: #2e7d32;
}

/* About Volunteers */
.about-volunteers {
  padding: 80px 0;
  background: #fff;
}

.about-volunteers__content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

.about-volunteers__content .features {
  margin-bottom: 30px;
}

.about-volunteers__content .feature {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #fffde7;
  border-radius: 10px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.about-volunteers__content .feature:hover {
  transform: translateX(10px);
}

.about-volunteers__content .feature i {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.about-volunteers__content .feature h4 {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.about-volunteers__content .feature p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.about-volunteers__image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.about-volunteers__image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/* About CTA */
.about-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  position: relative;
}

.about-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("assets/images/backgrounds/page-header-bg.jpg") center/cover
    no-repeat;
  opacity: 0.1;
}

.about-cta__content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.about-cta__content h2 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
}

.about-cta__content p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  max-width: 550px;
  margin: 0 auto 30px;
}

.about-cta__content .buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 992px) {
  .about-hero__title {
    font-size: 36px;
  }

  .about-story__content {
    padding-left: 0;
    margin-top: 60px;
  }

  .about-story__shape {
    display: none;
  }

  .about-president__content {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-volunteers__image {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .about-hero {
    padding: 140px 0 80px;
  }

  .about-hero__title {
    font-size: 30px;
  }

  .about-stats__inner {
    margin: 0;
    padding: 20px;
  }

  .about-story__experience {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: -40px;
    margin-left: 20px;
    display: inline-block;
  }

  .about-cta__content h2 {
    font-size: 28px;
  }

  .about-cta__content .buttons {
    flex-direction: column;
  }

  .about-cta__content .buttons .thm-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ================================
   PRESIDENT PAGE
============================== */

/* President Hero */
.president-hero {
  padding: 80px 0;
  background: #fffde7;
}

.president-hero__image {
  position: relative;
}

.president-hero__image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.president-hero__image-border {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  border: 3px solid #2e7d32;
  border-radius: 20px;
  z-index: -1;
}

.president-hero__content {
  padding-left: 40px;
}

.president-hero__subtitle {
  display: inline-block;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  color: #fff;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.president-hero__title {
  font-size: 42px;
  font-weight: 800;
  color: #333;
  margin-bottom: 15px;
}

.president-hero__tagline {
  font-size: 20px;
  font-style: italic;
  color: #2e7d32;
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 4px solid #f57c00;
}

.president-hero__social {
  display: flex;
  gap: 15px;
}

.president-hero__social a {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e7d32;
  font-size: 18px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.president-hero__social a:hover {
  background: #2e7d32;
  color: #fff;
  transform: translateY(-5px);
}

/* President About */
.president-about {
  padding: 80px 0;
  background: #fff;
}

.president-about__content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.president-info-card {
  background: #fffde7;
  border-radius: 20px;
  padding: 30px;
  border-left: 4px solid #2e7d32;
}

.president-info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #eee;
}

.president-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.president-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.president-info-list li:last-child {
  border-bottom: none;
}

.president-info-list li .icon {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.president-info-list li strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 3px;
}

.president-info-list li p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

/* President Message */
.president-message {
  padding: 80px 0;
  background: #fffde7;
}

.president-message__inner {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.president-message__quote-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}

.president-message__content h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.president-message__content p {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.president-message__signature {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #eee;
}

.signature-img {
  width: 100px;
  height: 50px;
  object-fit: contain;
  opacity: 0.7;
}

.signature-info strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

.signature-info span {
  font-size: 13px;
  color: #2e7d32;
}

/* President Achievements */
.president-achievements {
  padding: 80px 0;
  background: #fff;
}

.president-achievements__item {
  background: #fffde7;
  border-radius: 20px;
  padding: 35px;
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.president-achievements__item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  border-color: #2e7d32;
}

.president-achievements__item .icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  margin: 0 auto 20px;
}

.president-achievements__item h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.president-achievements__item p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* President Gallery */
.president-gallery {
  padding: 80px 0;
  background: #fffde7;
}

.president-gallery__item {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  height: 250px;
}

.president-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.president-gallery__item:hover img {
  transform: scale(1.1);
}

.president-gallery__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to top, rgba(46, 125, 50, 0.9), transparent);
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.president-gallery__item:hover .president-gallery__overlay {
  transform: translateY(0);
}

.president-gallery__overlay p {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

/* ================================
   PRESIDENT PAGE - MODERN REDESIGN
   Updated with glassmorphism & animations
   ================================ */

/* Modern Hero Section */
.president-hero-modern {
  position: relative;
  padding: 100px 0 80px;
  background: linear-gradient(135deg, #ffffff 0%, #fffde7 100%);
  overflow: hidden;
}

.hero-bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}

.floating-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.floating-shape.shape-1 {
  width: 300px;
  height: 300px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  top: -100px;
  right: -50px;
  animation-delay: 0s;
}

.floating-shape.shape-2 {
  width: 200px;
  height: 200px;
  background: linear-gradient(135deg, #f57c00, #ff9800);
  bottom: 10%;
  left: -50px;
  animation-delay: 2s;
}

.floating-shape.shape-3 {
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #283593, #3f51b5);
  top: 40%;
  right: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-30px) rotate(5deg);
  }
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image-border {
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 450px;
  border: 4px solid #2e7d32;
  border-radius: 30px;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.hero-image-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 380px;
  height: 430px;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.hero-image-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.hero-image-inner:hover img {
  transform: scale(1.05);
}

.experience-badge {
  position: absolute;
  bottom: 30px;
  right: 0;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(46, 125, 50, 0.4);
  z-index: 2;
}

.experience-badge .number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
}

.experience-badge .text {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  opacity: 0.9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-content-wrapper {
  padding-left: 40px;
}

.subtitle-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.subtitle-line {
  width: 40px;
  height: 3px;
  background: linear-gradient(90deg, #2e7d32, #f57c00);
  border-radius: 2px;
}

.subtitle-text {
  font-size: 14px;
  font-weight: 600;
  color: #f57c00;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.hero-title {
  font-size: 52px;
  font-weight: 800;
  color: #8b873e;
  margin-bottom: 20px;
  line-height: 1.1;
}

.hero-title .highlight {
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-quote {
  font-size: 18px;
  font-style: italic;
  color: #2e7d32;
  border-left: 4px solid #f57c00;
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.hero-description {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 30px;
}

.hero-stats {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 36px;
  font-weight: 800;
  color: #2e7d32;
  line-height: 1;
}

.stat-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero-social {
  display: flex;
  gap: 12px;
}

.hero-social .social-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #424242;
  font-size: 16px;
  transition: all 0.3s ease;
}

.hero-social .social-link:hover {
  background: #2e7d32;
  border-color: #2e7d32;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(46, 125, 50, 0.3);
}

/* Modern About Section */
.president-about-modern {
  padding: 100px 0;
  background: #fff;
}

.about-content .section-badge {
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgba(46, 125, 50, 0.1),
    rgba(76, 175, 80, 0.1)
  );
  color: #2e7d32;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.about-content .section-title {
  font-size: 38px;
  font-weight: 800;
  color: #424242;
  margin-bottom: 25px;
  line-height: 1.2;
}

.about-content .section-title span {
  color: #f57c00;
}

.about-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-features {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  background: #fffde7;
  border-radius: 15px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateX(10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

.feature-text h4 {
  font-size: 17px;
  font-weight: 700;
  color: #424242;
  margin-bottom: 5px;
}

.feature-text p {
  font-size: 14px;
  color: #888;
  margin: 0;
}

.about-image-wrapper {
  position: relative;
  padding-left: 40px;
}

.about-main-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.about-floating-card {
  position: absolute;
  background: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  animation: bounce 3s ease-in-out infinite;
}

.about-floating-card i {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #2e7d32, #4caf50);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.about-floating-card strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  color: #424242;
}

.about-floating-card span {
  font-size: 13px;
  color: #888;
}

.about-floating-card.card-1 {
  top: 30px;
  left: -30px;
}

.about-floating-card.card-2 {
  bottom: 50px;
  right: -20px;
  animation-delay: 1.5s;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Modern Message Section */
.president-message-modern {
  padding: 100px 0;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  position: relative;
  overflow: hidden;
}

.message-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.message-wrapper {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  padding: 60px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.message-quote-mark {
  font-size: 80px;
  color: rgba(255, 255, 255, 0.3);
  line-height: 1;
  margin-bottom: 20px;
}

.message-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
}

.message-text p {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.8;
  margin-bottom: 20px;
}

.message-signature {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.signature-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.signature-details strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.signature-details span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

/* Modern Achievements Section */
.president-achievements-modern {
  padding: 100px 0;
  background: #fffde7;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header .section-badge {
  display: inline-block;
  background: linear-gradient(
    135deg,
    rgba(46, 125, 50, 0.1),
    rgba(76, 175, 80, 0.1)
  );
  color: #2e7d32;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.section-header .section-title {
  font-size: 42px;
  font-weight: 800;
  color: #424242;
  margin-bottom: 15px;
}

.section-header .section-title span {
  color: #f57c00;
}

.section-header .section-subtitle {
  font-size: 16px;
  color: #888;
}

.achievement-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.achievement-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #2e7d32, #f57c00);
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.achievement-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
  border-color: rgba(46, 125, 50, 0.1);
}

.achievement-card:hover::before {
  transform: scaleX(1);
}

.achievement-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(
    135deg,
    rgba(46, 125, 50, 0.1),
    rgba(76, 175, 80, 0.1)
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.achievement-icon i {
  font-size: 32px;
  color: #2e7d32;
}

.achievement-number {
  font-size: 42px;
  font-weight: 800;
  color: #424242;
  margin-bottom: 10px;
}

.achievement-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #424242;
  margin-bottom: 10px;
}

.achievement-card p {
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.achievement-progress {
  height: 6px;
  background: #e0e0e0;
  border-radius: 3px;
  overflow: hidden;
}

.achievement-progress .progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #2e7d32, #4caf50);
  border-radius: 3px;
  transition: width 1.5s ease;
}

/* Timeline Section */
.president-timeline {
  padding: 100px 0;
  background: #fff;
}

.timeline-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.timeline-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, #2e7d32, #f57c00);
}

.timeline-item {
  position: relative;
  margin-bottom: 50px;
  display: flex;
  justify-content: flex-end;
  padding-left: 50%;
}

.timeline-item:nth-child(even) {
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 50%;
}

.timeline-dot {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #2e7d32;
  border-radius: 50%;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #2e7d32;
  z-index: 1;
}

.timeline-content {
  background: #fffde7;
  padding: 25px 30px;
  border-radius: 15px;
  width: calc(100% - 50px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.timeline-year {
  display: inline-block;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.timeline-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #424242;
  margin-bottom: 10px;
}

.timeline-content p {
  font-size: 14px;
  color: #888;
  margin: 0;
  line-height: 1.7;
}

/* Modern Gallery Section */
.president-gallery-modern {
  padding: 100px 0;
  background: #fffde7;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 250px);
  gap: 20px;
}

.gallery-item {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item.large {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  padding: 30px 20px 20px;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  transform: translateY(0);
}

.gallery-overlay h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.gallery-overlay p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* CTA Section */
.president-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #2e7d32, #1b5e20);
  position: relative;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.05' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.cta-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}

.cta-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 35px;
  line-height: 1.7;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 35px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn.primary {
  background: #fff;
  color: #2e7d32;
}

.cta-btn.primary:hover {
  background: #f57c00;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.cta-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.cta-btn.secondary:hover {
  background: #fff;
  color: #2e7d32;
  transform: translateY(-5px);
}

/* Responsive Styles */
@media (max-width: 992px) {
  .hero-content-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-stats {
    gap: 25px;
  }

  .about-image-wrapper {
    padding-left: 0;
    margin-top: 50px;
  }

  .about-floating-card.card-1 {
    left: 10px;
  }

  .about-floating-card.card-2 {
    right: 10px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-item.large {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .president-hero-modern {
    padding: 60px 0 40px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-quote {
    font-size: 16px;
  }

  .hero-stats {
    flex-direction: column;
    gap: 20px;
  }

  .stat-number {
    font-size: 30px;
  }

  .about-content .section-title {
    font-size: 28px;
  }

  .about-main-image {
    height: 350px;
  }

  .message-wrapper {
    padding: 40px 25px;
  }

  .message-content h3 {
    font-size: 22px;
  }

  .message-text p {
    font-size: 15px;
  }

  .section-header .section-title {
    font-size: 30px;
  }

  .achievement-number {
    font-size: 32px;
  }

  .timeline-wrapper::before {
    left: 20px;
  }

  .timeline-item,
  .timeline-item:nth-child(even) {
    padding-left: 50px;
    padding-right: 0;
    justify-content: flex-start;
  }

  .timeline-dot {
    left: 20px;
  }

  .timeline-content {
    width: 100%;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .gallery-item {
    height: 250px;
  }

  .gallery-item.large {
    grid-column: span 1;
  }

  .cta-content h2 {
    font-size: 30px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .cta-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .hero-image-inner {
    height: 300px;
    max-width: 280px;
  }

  .experience-badge {
    right: 0;
    bottom: 20px;
    padding: 15px 20px;
  }

  .experience-badge .number {
    font-size: 28px;
  }

  .hero-social {
    justify-content: center;
  }

  .feature-item {
    flex-direction: column;
    text-align: center;
  }

  .about-floating-card {
    display: none;
  }

  .message-signature {
    flex-direction: column;
    text-align: center;
  }
}

/* ==============================================
   DOCUMENTS PAGE STYLES
   ============================================== */
.documents-section {
  padding: 100px 0 120px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

.documents-section__header {
  text-align: center;
  margin-bottom: 70px;
}

.documents-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7c4dff;
  margin-bottom: 15px;
}

.documents-title {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 20px;
  line-height: 1.2;
}

.documents-subtitle {
  font-size: 18px;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

.documents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-bottom: 80px;
}

.document-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
}

.document-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #7c4dff, #b388ff, #ea80fc);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.document-card:hover::before {
  opacity: 1;
}

.document-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 30px 70px rgba(124,77,255,0.15);
}

.document-card__icon {
  width: 100%;
  height: 140px;
  background: linear-gradient(135deg, #f0f0ff, #e8e8ff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.document-card__icon i {
  font-size: 56px;
  color: #7c4dff;
  transition: all 0.4s ease;
}

.document-card:hover .document-card__icon i {
  transform: scale(1.1);
  color: #7c4dff;
}

.document-card__content {
  padding: 35px;
  position: relative;
}

.document-card__badge {
  display: inline-block;
  padding: 6px 16px;
  background: linear-gradient(135deg, rgba(124,77,255,0.1), rgba(179,136,255,0.1));
  color: #7c4dff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 20px;
  margin-bottom: 15px;
}

.document-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.document-card:hover .document-card__title {
  color: #7c4dff;
}

.document-card__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.document-card__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.document-card__meta span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #888;
  font-weight: 500;
}

.document-card__meta span i {
  color: #7c4dff;
  font-size: 12px;
}

.document-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  background: linear-gradient(135deg, #7c4dff, #b388ff);
  color: #ffffff;
  border-radius: 12px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.document-card__btn:hover {
  background: linear-gradient(135deg, #651fff, #7c4dff);
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(124,77,255,0.3);
}

.document-card__btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.document-card:hover .document-card__btn i {
  transform: translateY(-2px);
}

.documents-cta {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  border-radius: 24px;
  padding: 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.documents-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.documents-cta__content {
  position: relative;
  z-index: 2;
}

.documents-cta__content i {
  font-size: 48px;
  color: #b388ff;
  margin-bottom: 25px;
  display: block;
}

.documents-cta__content h3 {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
}

.documents-cta__content p {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.documents-cta .thm-btn {
  background-color: #7c4dff !important;
  border-color: #7c4dff !important;
}

.documents-cta .thm-btn:hover {
  background-color: #651fff !important;
  border-color: #651fff !important;
}

@media (max-width: 992px) {
  .documents-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .documents-title {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  .documents-grid {
    grid-template-columns: 1fr;
  }
  
  .documents-title {
    font-size: 32px;
  }
  
  .documents-cta {
    padding: 40px 25px;
  }
}

/* ==============================================
   PROFESSIONAL DOCUMENTS PAGE STYLES
   ============================================== */

/* Doc Hero Section */
.doc-hero {
  padding: 140px 0 100px;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
  position: relative;
  overflow: hidden;
}

.doc-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='50' cy='50' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.doc-hero__content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.doc-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(124,77,255,0.2);
  border: 1px solid rgba(124,77,255,0.3);
  padding: 12px 28px;
  border-radius: 60px;
  margin-bottom: 30px;
  backdrop-filter: blur(10px);
}

.doc-hero__badge i {
  font-size: 18px;
  color: #b388ff;
}

.doc-hero__badge span {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.doc-hero__title {
  font-size: 56px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.doc-hero__subtitle {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  max-width: 600px;
  margin: 0 auto 50px;
  line-height: 1.7;
}

.doc-hero__stats {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.doc-stat {
  text-align: center;
}

.doc-stat__number {
  display: block;
  font-size: 48px;
  font-weight: 800;
  color: #b388ff;
  line-height: 1;
  margin-bottom: 10px;
}

.doc-stat__label {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Doc Grid Section */
.doc-grid-section {
  padding: 100px 0 120px;
  background: #ffffff;
}

.doc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Doc Card */
.doc-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.4s ease;
  position: relative;
}

.doc-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  border-color: #b388ff;
}

.doc-card__header {
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.doc-card__icon {
  width: 60px;
  height: 70px;
}

.doc-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.doc-card__format {
  background: linear-gradient(135deg, #ff6b6b, #ee5a24);
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.doc-card__body {
  padding: 30px;
}

.doc-card__category {
  display: inline-block;
  background: linear-gradient(135deg, rgba(124,77,255,0.1), rgba(179,136,255,0.1));
  color: #7c4dff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.doc-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 12px;
  line-height: 1.4;
}

.doc-card__desc {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.doc-card__info {
  display: flex;
  gap: 20px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.doc-card__info span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #888;
}

.doc-card__info span i {
  color: #7c4dff;
  font-size: 12px;
}

.doc-card__footer {
  padding: 20px 30px 30px;
  display: flex;
  gap: 12px;
}

.doc-card__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.doc-card__btn i {
  font-size: 12px;
}

.doc-card__btn--primary {
  background: linear-gradient(135deg, #7c4dff, #b388ff);
  color: #ffffff;
}

.doc-card__btn--primary:hover {
  background: linear-gradient(135deg, #651fff, #7c4dff);
  color: #ffffff;
  transform: translateY(-2px);
}

.doc-card__btn--secondary {
  background: #f5f5f5;
  color: #333;
}

.doc-card__btn--secondary:hover {
  background: #eeeeee;
  color: #7c4dff;
  transform: translateY(-2px);
}

/* Doc CTA Section */
.doc-cta {
  padding: 100px 0;
  background: linear-gradient(135deg, #7c4dff 0%, #764ba2 50%, #f64f59 100%);
  background-size: 200% 200%;
  animation: gradientShift 10s ease infinite;
  position: relative;
  overflow: hidden;
}

@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.doc-cta__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='50' cy='50' r='3'/%3E%3C/g%3E%3C/svg%3E");
}

.doc-cta__content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.doc-cta__icon {
  width: 100px;
  height: 100px;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  backdrop-filter: blur(10px);
}

.doc-cta__icon i {
  font-size: 40px;
  color: #ffffff;
}

.doc-cta__title {
  font-size: 40px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

.doc-cta__text {
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  max-width: 600px;
  margin: 0 auto 40px;
  line-height: 1.7;
}

.doc-cta__buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.doc-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px;
  border-radius: 60px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.doc-cta__btn i {
  font-size: 16px;
}

.doc-cta__btn--primary {
  background: #ffffff;
  color: #7c4dff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.doc-cta__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
  color: #651fff;
}

.doc-cta__btn--outline {
  background: transparent;
  color: #ffffff;
  border: 2px solid rgba(255,255,255,0.5);
  backdrop-filter: blur(10px);
}

.doc-cta__btn--outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .doc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .doc-hero__title {
    font-size: 42px;
  }
  
  .doc-hero__stats {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .doc-grid {
    grid-template-columns: 1fr;
  }
  
  .doc-hero {
    padding: 100px 0 60px;
  }
  
  .doc-hero__title {
    font-size: 32px;
  }
  
  .doc-hero__subtitle {
    font-size: 16px;
  }
  
  .doc-hero__stats {
    flex-direction: column;
    gap: 25px;
  }
  
  .doc-stat__number {
    font-size: 36px;
  }
  
  .doc-cta__title {
    font-size: 28px;
  }
  
  .doc-cta__buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .doc-cta__btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
}
